1
0
forked from VimPlug/jedi

Add error token in a normal way to the syntax tree as ErrorLeaf.

This commit is contained in:
Dave Halter
2016-06-05 14:49:57 +02:00
parent aa97e4e714
commit dd85fc6ffd
3 changed files with 2 additions and 4 deletions

View File

@@ -440,6 +440,7 @@ def test_string_literals():
""")
script = jedi.Script(dedent(source))
script._parser.module().end_pos == (6, 0)
assert script.completions()