mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 22:25:53 +08:00
flake8 changes
This commit is contained in:
@@ -33,6 +33,7 @@ def test_eof_blankline():
|
||||
assert_issue('# foobar\n\n')
|
||||
assert_issue('\n\n')
|
||||
|
||||
|
||||
def test_shebang():
|
||||
assert not issues('#!\n')
|
||||
assert not issues('#!/foo\n')
|
||||
|
||||
Reference in New Issue
Block a user