mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-05 02:37:38 +08:00
Goto bug fix.
This commit is contained in:
@@ -101,10 +101,11 @@ def test_completion_on_complex_literals():
|
||||
assert api.Script('4j').completions() == []
|
||||
|
||||
|
||||
def test_goto_assignments_on_non_statement():
|
||||
def test_goto_assignments_on_non_name():
|
||||
assert api.Script('for').goto_assignments() == []
|
||||
|
||||
assert api.Script('assert').goto_assignments() == []
|
||||
assert api.Script('True').goto_assignments() == []
|
||||
|
||||
|
||||
def test_goto_definition_not_multiple():
|
||||
|
||||
Reference in New Issue
Block a user