mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +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
|
# goto command test are a different in syntax
|
||||||
|
|
||||||
a = 1
|
definition = 3
|
||||||
|
#! 0 ['a=definition']
|
||||||
|
a = definition
|
||||||
|
|
||||||
#! []
|
#! []
|
||||||
b
|
b
|
||||||
#! ['a=1']
|
#! ['a=definition']
|
||||||
a
|
a
|
||||||
|
|
||||||
b = a
|
b = a
|
||||||
|
|||||||
Reference in New Issue
Block a user