##// END OF EJS Templates
Fixing doctest EXCLUDES in iptest on win32....
Fixing doctest EXCLUDES in iptest on win32. The regular expressions we were using on win32 were not matching. The trick is to construct the regular expression with double \\ like this:: re.compile('foo\\\\bar') Arggg!!

File last commit:

r1113:4f9f7767
r1980:e49dd853
Show More
.checkeol
2 lines | 10 B | text/plain | TextLexer
[LF]
*.py