mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
#11873: another try at fixing the regex, courtesy of Victor Stinner
This commit is contained in:
parent
a3bb2f5514
commit
ee1a7cb4a4
@ -248,7 +248,7 @@ class CommandLineTests(unittest.TestCase):
|
||||
self.assertEqual(b'', quiet)
|
||||
|
||||
def test_regexp(self):
|
||||
self.assertRunOK('-q', '-x', r'ba[^\/]*$', self.pkgdir)
|
||||
self.assertRunOK('-q', '-x', r'ba[^\\/]*$', self.pkgdir)
|
||||
self.assertNotCompiled(self.barfn)
|
||||
self.assertCompiled(self.initfn)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user