Added more tests
This commit is contained in:
parent
d771708693
commit
cc66b02bf8
7 changed files with 17 additions and 4 deletions
3
tests/errors/InvalidInstructionExpression.q
Normal file
3
tests/errors/InvalidInstructionExpression.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
2+3
|
||||
}
|
3
tests/errors/MissingOperand2.q
Normal file
3
tests/errors/MissingOperand2.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
syscall(2+)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue