mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
[3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114)
This commit is contained in:
parent
f57e34b672
commit
a895f91a46
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ class ReplaceDialogTest(unittest.TestCase):
|
|||
self.assertIn('Invalid Replace Expression', showerror.message)
|
||||
|
||||
# test access method
|
||||
self.engine.setcookedpat("\'")
|
||||
equal(pv.get(), "\\'")
|
||||
self.engine.setcookedpat("?")
|
||||
equal(pv.get(), "\\?")
|
||||
|
||||
def test_replace_backwards(self):
|
||||
equal = self.assertEqual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue