We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13346fe commit a1fb575Copy full SHA for a1fb575
tests/query_errors.rs
@@ -19,3 +19,4 @@ fn test_error(filename: &str) {
19
}
20
21
#[test] fn invalid_curly_brace() { test_error("invalid_curly_brace"); }
22
+#[test] fn bad_args() { test_error("bad_args"); }
tests/query_errors/bad_args.txt
@@ -0,0 +1,7 @@
1
+query MyQuery {
2
+ field1([something])
3
+}
4
+---
5
+query parse error: Parse error at 2:10
6
+Unexpected `[[Punctuator]`
7
+Expected `Name`
0 commit comments