forked from VimPlug/jedi
Get a lot of tests passing
This commit is contained in:
@@ -83,7 +83,7 @@ def test_add_to_end():
|
||||
|
||||
def test_tokenizer_with_string_literal_backslash():
|
||||
c = jedi.Script("statement = u'foo\\\n'; statement").goto_definitions()
|
||||
assert c[0]._name._context.obj == 'foo'
|
||||
assert c[0]._name._context.get_safe_value() == 'foo'
|
||||
|
||||
|
||||
def test_ellipsis():
|
||||
|
||||
Reference in New Issue
Block a user