mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-25 02:57:38 +08:00
Add some newlines to avoid issues in other files.
This commit is contained in:
@@ -27,12 +27,14 @@ class TestP4Poller(unittest.TestCase):
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
|
||||
#
|
||||
if True:
|
||||
#: E101:0 E101+1:0
|
||||
foo(1,
|
||||
2)
|
||||
|
||||
|
||||
def test_keys(self):
|
||||
"""areas.json - All regions are accounted for."""
|
||||
expected = set([
|
||||
@@ -41,6 +43,8 @@ def test_keys(self):
|
||||
#: E101:0
|
||||
u'V\xe4sterbotten',
|
||||
])
|
||||
|
||||
|
||||
if True:
|
||||
print("""
|
||||
tab at start of this line
|
||||
|
||||
Reference in New Issue
Block a user