Added more tests
This commit is contained in:
parent
ac14ab4f7a
commit
06f3af256b
6 changed files with 42 additions and 0 deletions
|
@ -26,6 +26,10 @@ var programs = []struct {
|
|||
{"reuse", 0},
|
||||
{"return", 0},
|
||||
{"return-multi", 0},
|
||||
{"add", 0},
|
||||
{"sub", 0},
|
||||
{"mul", 0},
|
||||
{"div", 0},
|
||||
{"math", 0},
|
||||
{"precedence", 0},
|
||||
{"operator-number", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue