Added more tests
This commit is contained in:
parent
e6ae755e60
commit
5cedb516c5
4 changed files with 29 additions and 3 deletions
4
tests/errors/VariableAlreadyExists.q
Normal file
4
tests/errors/VariableAlreadyExists.q
Normal file
|
@ -0,0 +1,4 @@
|
|||
main() {
|
||||
a := 1
|
||||
a := 2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue