mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Don't use the fast parser at the moment. It's more important for now to even get a parser working.
This commit is contained in:
@@ -21,3 +21,4 @@ def test_basic_parsing():
|
||||
compare('\na #pass\n')
|
||||
compare('wblabla* 1\t\n')
|
||||
compare('def x(a, b:3): pass\n')
|
||||
compare('assert foo\n')
|
||||
|
||||
Reference in New Issue
Block a user