Commit aecb2de2 authored by jim's avatar jim

Windows. Nuff said.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70197 62d5b8a3-27da-0310-9561-8e5933582275
parent d191c2ce
......@@ -582,6 +582,7 @@ def test_suite():
(re.compile('(\n?)- ([a-zA-Z_.-]+)-script.py\n- \\2.exe\n'),
'\\1- \\2\n'),
(re.compile('\S+sample-(\w+)'), r'/sample-\1'),
(re.compile(r'\\+'), '/'),
]),
)
))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment