mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
goto tests for position zero statements
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# goto command test are a different in syntax
|
||||
|
||||
a = 1
|
||||
definition = 3
|
||||
#! 0 ['a=definition']
|
||||
a = definition
|
||||
|
||||
#! []
|
||||
b
|
||||
#! ['a=1']
|
||||
#! ['a=definition']
|
||||
a
|
||||
|
||||
b = a
|
||||
|
||||
Reference in New Issue
Block a user