mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-02 01:23:41 +08:00
Trying to rework the indentation stack.
This commit is contained in:
@@ -30,12 +30,15 @@ class TestP4Poller(unittest.TestCase):
|
||||
if True:
|
||||
#: E101:0
|
||||
foo(1,
|
||||
#: E101:0
|
||||
2)
|
||||
|
||||
def test_keys(self):
|
||||
"""areas.json - All regions are accounted for."""
|
||||
expected = set([
|
||||
#: E101:0
|
||||
u'Norrbotten',
|
||||
#: E101:0
|
||||
u'V\xe4sterbotten',
|
||||
])
|
||||
if True:
|
||||
|
||||
Reference in New Issue
Block a user