forked from VimPlug/jedi
Add error token in a normal way to the syntax tree as ErrorLeaf.
This commit is contained in:
@@ -440,6 +440,7 @@ def test_string_literals():
|
||||
""")
|
||||
|
||||
script = jedi.Script(dedent(source))
|
||||
script._parser.module().end_pos == (6, 0)
|
||||
assert script.completions()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user