Thanks to visit codestin.com Credit goes to github.com
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 342a19c commit 64b9930Copy full SHA for 64b9930
1 file changed
Lib/test/test_tkinter/test_text.py
@@ -67,7 +67,7 @@ def test_search_all(self):
67
68
all_res = text.search_all('aba', '1.0', 'end')
69
all_res_strs = [str(i) for i in all_res]
70
- self.assertEqual(all_res_strs, ['1.0', '1.2'])
+ self.assertEqual(all_res_strs, ['1.0'])
71
72
overlap_res = text.search_all('aba', '1.0', 'end', overlap=True)
73
overlap_res_strs = [str(i) for i in overlap_res]
0 commit comments