1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 21:16:12 +03:00
semantic/semantic-python/test/fixtures/1-04-toplevel-assignment.py
2019-09-18 13:05:10 -04:00

6 lines
219 B
Python

# 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 = ()