cpython: 6fdb1f000d36 (original) (raw)
Mercurial > cpython
changeset 71121:6fdb1f000d36 3.2
#11873: another try at fixing the regex, courtesy of Victor Stinner [#11873]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Fri, 01 Jul 2011 14:55:43 -0400 |
parents | f8ece8c93918 |
children | 775356b583d1 37606505b227 |
files | Lib/test/test_compileall.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_compileall.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_compileall.py +++ b/Lib/test/test_compileall.py @@ -248,7 +248,7 @@ class CommandLineTests(unittest.TestCase self.assertEqual(b'', quiet) def test_regexp(self):
self.assertRunOK('-q', '-x', r'ba[^\/]*$', self.pkgdir)[](#l1.7)
self.assertRunOK('-q', '-x', r'ba[^\\/]*$', self.pkgdir)[](#l1.8) self.assertNotCompiled(self.barfn)[](#l1.9) self.assertCompiled(self.initfn)[](#l1.10)