Update tests
This commit is contained in:
parent
dc85a8b296
commit
c52492f6c0
9
tests/top-level-math.json
Normal file
9
tests/top-level-math.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"file": "top-level-math.sp",
|
||||||
|
"compile": {
|
||||||
|
"flags": [],
|
||||||
|
"exit-code": 1,
|
||||||
|
"stdout": "",
|
||||||
|
"stderr": "\u001b[1;1mtests/top-level-math.sp:1:1: \u001b[31;49merror: \u001b[0;0mExpected let\n1 \n \u001b[31;49m^\u001b[0;0m\n"
|
||||||
|
}
|
||||||
|
}
|
1
tests/top-level-math.sp
Normal file
1
tests/top-level-math.sp
Normal file
@ -0,0 +1 @@
|
|||||||
|
4 + 5 - 6
|
Loading…
Reference in New Issue
Block a user