mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Break toplevel assignment case because it's wrong.
This commit is contained in:
parent
375c975338
commit
dccc1942aa
@ -1,5 +1,4 @@
|
||||
# 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]
|
||||
# CHECK-TREE: { hello <- #unit; goodbye <- #unit; #record { hello: hello, goodbye: goodbye }}
|
||||
hello = ()
|
||||
goodbye = ()
|
||||
|
Loading…
Reference in New Issue
Block a user