mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
updated tests
This commit is contained in:
parent
6386df22c0
commit
65efdd2824
4 changed files with 1280 additions and 16 deletions
|
|
@ -1,3 +1,3 @@
|
|||
var a = "value";
|
||||
var a = a;
|
||||
print a; // expect: value
|
||||
print a; // expect: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue