1
0
forked from VimPlug/jedi

Remove get_parsed_node from the parser as well.

This commit is contained in:
Dave Halter
2017-03-18 03:55:23 +01:00
parent 0f66a3c7a8
commit 52d855118a
3 changed files with 2 additions and 6 deletions

View File

@@ -286,7 +286,7 @@ def test_round_trip():
func''')
f = FastParser(load_grammar(), u(source))
assert f.get_parsed_node().get_code() == source
assert f.get_root_node().get_code() == source
def test_parentheses_in_string():