Added more tests

This commit is contained in:
Eduard Urbach 2024-07-30 15:46:47 +02:00
parent fe9585e03f
commit ff86dfe590
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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},