1
0
forked from VimPlug/jedi

Fix python 2.7 tests.

This commit is contained in:
Dave Halter
2016-07-07 19:16:01 +02:00
parent adcc1c2b51
commit c499696b60
2 changed files with 7 additions and 7 deletions

View File

@@ -216,5 +216,5 @@ def test_backslash_dos_style():
def test_started_lambda_stmt():
p = ParserWithRecovery(load_grammar(), 'lambda a, b: a i')
p = ParserWithRecovery(load_grammar(), u'lambda a, b: a i')
assert p.get_parsed_node().children[0].type == 'error_node'