Added more tests
This commit is contained in:
parent
6db1f1af69
commit
fca944d26c
5 changed files with 15 additions and 11 deletions
|
@ -16,6 +16,7 @@ var programs = []struct {
|
|||
ExpectedExitCode int
|
||||
}{
|
||||
{"empty.q", "", 0},
|
||||
{"math.q", "", 10},
|
||||
{"precedence.q", "", 10},
|
||||
{"square-sum.q", "", 25},
|
||||
{"chained-calls.q", "", 9},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue