Added more tests

This commit is contained in:
2024-07-06 13:06:39 +02:00
parent cc66b02bf8
commit 8f9481c548
5 changed files with 15 additions and 11 deletions

View File

@ -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},