forked from VimPlug/jedi
Fix python 2.7 tests.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user