Added more tests
This commit is contained in:
parent
4776b4c14c
commit
864c9c7b43
7 changed files with 32 additions and 6 deletions
3
tests/errors/InvalidInstruction-Identifier.q
Normal file
3
tests/errors/InvalidInstruction-Identifier.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
abc
|
||||
}
|
3
tests/errors/InvalidInstruction-Number.q
Normal file
3
tests/errors/InvalidInstruction-Number.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
123
|
||||
}
|
3
tests/errors/MissingAssignValue.q
Normal file
3
tests/errors/MissingAssignValue.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
a :=
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue