Added more tests
This commit is contained in:
parent
b7d76ff3e3
commit
e367b664bb
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