mirror of
https://github.com/github/semantic.git
synced 2025-01-03 21:16:12 +03:00
6 lines
219 B
Python
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 = ()
|