mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Some tests for E291.
This commit is contained in:
11
test/normalizer_issue_files/E29.py
Normal file
11
test/normalizer_issue_files/E29.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Okay
|
||||||
|
# 情
|
||||||
|
#: W291:5
|
||||||
|
print
|
||||||
|
#: W291+1
|
||||||
|
class Foo(object):
|
||||||
|
|
||||||
|
bang = 12
|
||||||
|
#: W291+1:34
|
||||||
|
'''multiline
|
||||||
|
string with trailing whitespace'''
|
||||||
Reference in New Issue
Block a user