mgirod / clearcase-cpan

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

Cygwin: leading backslash in vob tags not converted to forward systematically #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a ClearCase::Wrapper
2. ctx lsvob -s '\vobtag'

What is the expected output? What do you see instead?

One should in fact get: /vobtag
and this one should be accepted as input (but is not).
Instead, one gets \vobtag
I thought this was acceptable, as the test is expensive,
but it is not: there must be only one representation so that the user may
match values got in different context (e.g. lbtype:FOO@@/vobtag)

Please use labels and text to provide additional information.

CPAN 1.43, but introduced in r175

Original issue reported on code.google.com by marc.girod on 26 Feb 2009 at 10:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in r199

Original comment by marc.girod on 1 Mar 2009 at 7:56