mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
This commit is contained in:
parent
84846b0187
commit
0acb646b8e
6 changed files with 9 additions and 9 deletions
|
@ -206,8 +206,8 @@ class PyParseTest(unittest.TestCase):
|
|||
'openbracket', 'bracketing'])
|
||||
tests = (
|
||||
TestInfo('', 0, 0, '', None, ((0, 0),)),
|
||||
TestInfo("'''This is a multiline continutation docstring.\n\n",
|
||||
0, 49, "'", None, ((0, 0), (0, 1), (49, 0))),
|
||||
TestInfo("'''This is a multiline continuation docstring.\n\n",
|
||||
0, 48, "'", None, ((0, 0), (0, 1), (48, 0))),
|
||||
TestInfo(' # Comment\\\n',
|
||||
0, 12, '', None, ((0, 0), (1, 1), (12, 0))),
|
||||
# A comment without a space is a special case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue