Added more tests
This commit is contained in:
parent
fe9585e03f
commit
ff86dfe590
4 changed files with 22 additions and 7 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue