mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Patched segault in parser
This commit is contained in:
1
test/scripts/mustfail/arithmetic-without-operand.toy
Normal file
1
test/scripts/mustfail/arithmetic-without-operand.toy
Normal file
@@ -0,0 +1 @@
|
||||
print "foo" + + "bar";
|
||||
@@ -96,6 +96,7 @@ int main() {
|
||||
//run each file in tests/scripts/
|
||||
char* filenames[] = {
|
||||
"access-parent-directory.toy",
|
||||
"arithmetic-without-operand.toy",
|
||||
"bad-function-identifier.toy",
|
||||
"declare-types-array.toy",
|
||||
"declare-types-dictionary-key.toy",
|
||||
|
||||
Reference in New Issue
Block a user