What steps will reproduce the problem?
1. ctx lsgen -s -d 5 <version with merges>
What is the expected output? What do you see instead?
The output is shorter than expected.
The reason is that the output of lsvtree contains lines like: ' -> ...'
and the ParseWords processing will squeeze the two spaces into one
(actually, the whitespace information is lost, so that single spaces are
produced instead).
The regexps in lsgen won't then match.
Please use labels and text to provide additional information.
CPAN 1.43, but introduce in r175
Original issue reported on code.google.com by marc.girod on 26 Feb 2009 at 10:34
Original issue reported on code.google.com by
marc.girod
on 26 Feb 2009 at 10:34