updated tests

This commit is contained in:
Moritz Gmeiner 2024-09-01 20:47:52 +02:00
commit 65efdd2824
4 changed files with 1280 additions and 16 deletions

View file

@ -2,4 +2,4 @@ if (false) {
print notDefined;
}
print "ok"; // expect: ok
print "ok"; // expect: error

View file

@ -1,3 +1,3 @@
var a = "value";
var a = a;
print a; // expect: value
print a; // expect: error