Added more tests
This commit is contained in:
parent
a75aad52f6
commit
49214c9a6e
8 changed files with 74 additions and 41 deletions
|
@ -28,7 +28,10 @@ var programs = []struct {
|
|||
{"return-multi", 0},
|
||||
{"math", 0},
|
||||
{"precedence", 0},
|
||||
{"operator-assign", 0},
|
||||
{"operator-number", 0},
|
||||
{"operator-variable", 0},
|
||||
{"operator-assign-number", 0},
|
||||
{"operator-assign-variable", 0},
|
||||
{"const", 0},
|
||||
{"escape-rune", 0},
|
||||
{"escape-string", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue