We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b9930 commit caceee3Copy full SHA for caceee3
1 file changed
Lib/test/test_tkinter/test_text.py
@@ -47,7 +47,7 @@ def test_search(self):
47
'Another line.\n'
48
'Yet another line.')
49
50
- result_plain = text.search('line', '1.0', 'end', nolinestop=True)
+ result_plain = text.search('line', '1.0', 'end')
51
self.assertEqual(result_plain, '2.8')
52
53
# With regexp (same literal pattern, should behave the same)
0 commit comments