Moved tests to a separate directory
This commit is contained in:
parent
d026010d32
commit
f13f7c2800
9 changed files with 5 additions and 3 deletions
1
tests/errors/ExpectedFunctionDefinition.q
Normal file
1
tests/errors/ExpectedFunctionDefinition.q
Normal file
|
@ -0,0 +1 @@
|
|||
main()
|
1
tests/errors/ExpectedFunctionName.q
Normal file
1
tests/errors/ExpectedFunctionName.q
Normal file
|
@ -0,0 +1 @@
|
|||
123
|
1
tests/errors/ExpectedFunctionParameters.q
Normal file
1
tests/errors/ExpectedFunctionParameters.q
Normal file
|
@ -0,0 +1 @@
|
|||
main
|
1
tests/errors/MissingBlockEnd.q
Normal file
1
tests/errors/MissingBlockEnd.q
Normal file
|
@ -0,0 +1 @@
|
|||
main(){
|
1
tests/errors/MissingBlockStart.q
Normal file
1
tests/errors/MissingBlockStart.q
Normal file
|
@ -0,0 +1 @@
|
|||
main()}
|
1
tests/errors/MissingGroupEnd.q
Normal file
1
tests/errors/MissingGroupEnd.q
Normal file
|
@ -0,0 +1 @@
|
|||
main(
|
1
tests/errors/MissingGroupStart.q
Normal file
1
tests/errors/MissingGroupStart.q
Normal file
|
@ -0,0 +1 @@
|
|||
main)
|
Loading…
Add table
Add a link
Reference in a new issue