1
1
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:
Patrick Thomson 2019-09-23 12:13:40 -04:00
parent 375c975338
commit dccc1942aa

View File

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