mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 03:00:56 +08:00
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