Added more tests
This commit is contained in:
parent
8421a21c9a
commit
85568949a2
8 changed files with 20 additions and 7 deletions
1
tests/errors/MissingParameter.q
Normal file
1
tests/errors/MissingParameter.q
Normal file
|
@ -0,0 +1 @@
|
|||
f(,) {}
|
1
tests/errors/MissingParameter2.q
Normal file
1
tests/errors/MissingParameter2.q
Normal file
|
@ -0,0 +1 @@
|
|||
f(a Int,) -> Int { return a }
|
1
tests/errors/MissingParameter3.q
Normal file
1
tests/errors/MissingParameter3.q
Normal file
|
@ -0,0 +1 @@
|
|||
f(,a Int) {}
|
1
tests/errors/MissingType.q
Normal file
1
tests/errors/MissingType.q
Normal file
|
@ -0,0 +1 @@
|
|||
f(a) {}
|
Loading…
Add table
Add a link
Reference in a new issue