1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/semantic-python/test/fixtures/1-04-toplevel-assignment.py

6 lines
219 B
Python
Raw Normal View History

2019-08-27 17:47:45 +03:00
# CHECK-JQ: .scope | has("hello") and has("goodbye")
# CHECK-JQ: .tree.location.span | [.start.line, .start.column] == [0, 0]
# CHECK-JQ: .tree.location.span | [.end.line, .end.column] == [5, 0]
hello = ()
goodbye = ()