mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
autogenerate test suite
This commit is contained in:
parent
76bf3a2a07
commit
274faf1e0a
7 changed files with 332 additions and 1732 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +0,0 @@
|
|||
// [line 3] Error: Unexpected character.
|
||||
// [java line 3] Error at 'b': Expect ')' after arguments.
|
||||
foo(a | b);
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
fun foo(a) {
|
||||
var a; // Error at 'a': Already a variable with this name in this scope.
|
||||
var a;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue