Added more tests
This commit is contained in:
parent
ff2a43e593
commit
2c6999040d
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