##// 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:

r1753:7cbac8c0
r1980:e49dd853
Show More
index.txt
10 lines | 105 B | text/plain | TextLexer
.. _install_index:
============
Installation
============
.. toctree::
:maxdepth: 2
install.txt