Added more tests

This commit is contained in:
2024-07-30 15:46:47 +02:00
parent 1e7a1399d3
commit 5abe8acc70
4 changed files with 22 additions and 7 deletions

View File

@ -20,8 +20,9 @@ var programs = []struct {
}{
{"empty", "", "", 0},
{"assert", "", "", 1},
{"reuse", "", "", 0},
{"variables", "", "", 0},
{"reassign", "", "", 0},
{"reuse", "", "", 0},
{"return", "", "", 0},
{"binary", "", "", 0},
{"octal", "", "", 0},