forked from VimPlug/jedi
Remove get_parsed_node from the parser as well.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user