Unverified Kaydet (Commit) a10a7097 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy Kaydeden (comit) GitHub

[3.6] Fix duplicating words words. (GH-6296) (GH-6298)

Backport idlelib duplications.
(cherry picked from commit bac2d5ba)
üst d4850dd5
'''Test (selected) IDLE Edit menu items. '''Test (selected) IDLE Edit menu items.
Edit modules have their own test files files Edit modules have their own test files
''' '''
from test.support import requires from test.support import requires
requires('gui') requires('gui')
......
...@@ -9,7 +9,7 @@ from _tkinter import TclError ...@@ -9,7 +9,7 @@ from _tkinter import TclError
class TextTest(object): class TextTest(object):
"Define items common to both sets of tests." "Define items common to both sets of tests."
hw = 'hello\nworld' # Several tests insert this after after initialization. hw = 'hello\nworld' # Several tests insert this after initialization.
hwn = hw+'\n' # \n present at initialization, before insert hwn = hw+'\n' # \n present at initialization, before insert
# setUpClass defines cls.Text and maybe cls.root. # setUpClass defines cls.Text and maybe cls.root.
......
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