1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Rename and reorg so that these are in line with the roadmap

This commit is contained in:
Patrick Thomson 2019-08-12 13:17:55 -04:00
parent c578f767e7
commit 4229e81dd3
6 changed files with 9 additions and 4 deletions

View File

@ -1,4 +0,0 @@
hello = "world"
goodbye = true
# assertions: scope contains hello and goodbye

View File

@ -0,0 +1,2 @@
()
# assertions: succeeded

View File

@ -0,0 +1,4 @@
hello = ()
goodbye = ()
# assertions: succeeded, in toplevel scope, hello = "world", goodbye = "true"

View File

@ -0,0 +1,3 @@
eval("'We will never support eval.'")
# assertions: failed