mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
add another test case
This commit is contained in:
parent
d6d2cd2632
commit
77fc1f3c06
1 changed files with 1 additions and 0 deletions
|
@ -472,6 +472,7 @@ if 1:
|
|||
self.assertInvalidSingle('f()\ng()')
|
||||
self.assertInvalidSingle('f()\n# blah\nblah()')
|
||||
self.assertInvalidSingle('f()\nxy # blah\nblah()')
|
||||
self.assertInvalidSingle('x = 5 # comment\nx = 6\n')
|
||||
|
||||
def test_main():
|
||||
support.run_unittest(TestSpecifics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue