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