Kaydet (Commit) a895f91a authored tarafından terryjreedy's avatar terryjreedy Kaydeden (comit) GitHub

[3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114)

üst f57e34b6
......@@ -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
......
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