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:
parent
c578f767e7
commit
4229e81dd3
@ -1,4 +0,0 @@
|
|||||||
hello = "world"
|
|
||||||
goodbye = true
|
|
||||||
|
|
||||||
# assertions: scope contains hello and goodbye
|
|
2
semantic-python/test/fixtures/python/1-03-empty-tuple.py
vendored
Normal file
2
semantic-python/test/fixtures/python/1-03-empty-tuple.py
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
()
|
||||||
|
# assertions: succeeded
|
4
semantic-python/test/fixtures/python/1-04-toplevel-assignment.py
vendored
Normal file
4
semantic-python/test/fixtures/python/1-04-toplevel-assignment.py
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
hello = ()
|
||||||
|
goodbye = ()
|
||||||
|
|
||||||
|
# assertions: succeeded, in toplevel scope, hello = "world", goodbye = "true"
|
3
semantic-python/test/fixtures/python/1-05-eval-statement-fails.py
vendored
Normal file
3
semantic-python/test/fixtures/python/1-05-eval-statement-fails.py
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
eval("'We will never support eval.'")
|
||||||
|
|
||||||
|
# assertions: failed
|
Loading…
Reference in New Issue
Block a user