forked from VimPlug/jedi
More python2.7 fixes.
This commit is contained in:
@@ -478,5 +478,5 @@ def test_round_trip():
|
||||
"""hahaha"""
|
||||
func''')
|
||||
|
||||
f = FastParser(load_grammar(), source)
|
||||
f = FastParser(load_grammar(), u(source))
|
||||
assert f.get_parsed_node().get_code() == source
|
||||
|
||||
Reference in New Issue
Block a user