mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Fix a 27 issue.
This commit is contained in:
@@ -147,7 +147,7 @@ def test_python2_octal():
|
|||||||
if py_version >= 30:
|
if py_version >= 30:
|
||||||
assert first.type == 'error_node'
|
assert first.type == 'error_node'
|
||||||
else:
|
else:
|
||||||
assert first.children[0].type == 'number'
|
assert first.type == 'number'
|
||||||
|
|
||||||
|
|
||||||
def test_python3_octal():
|
def test_python3_octal():
|
||||||
|
|||||||
Reference in New Issue
Block a user