Added more tests
This commit is contained in:
parent
4faa1641c6
commit
2f7319e6a0
6 changed files with 84 additions and 22 deletions
3
tests/errors/InvalidExpression.q
Normal file
3
tests/errors/InvalidExpression.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
syscall(+, -, *, /)
|
||||
}
|
3
tests/errors/UnknownIdentifier.q
Normal file
3
tests/errors/UnknownIdentifier.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
syscall(x)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue