mgirod / clearcase-cpan

Automatically exported from code.google.com/p/clearcase-cpan
0 stars 0 forks source link

Cygwin: ClearCase::Argv / ClearCase::Wrapper::MGi -- multiple spaces in output #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r198

Original comment by marc.girod on 1 Mar 2009 at 5:32