We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
^
1 parent b15a9ea commit ceb11c6Copy full SHA for ceb11c6
corpus/basic.spicy
@@ -51,6 +51,7 @@ a /= "";
51
52
1&1;
53
1|1;
54
+1^1;
55
56
*spicy::getenv("FOO");
57
corpus/basic.spicy.expected
1 & 1;
1 | 1;
+1 ^ 1;
src/query.scm
@@ -175,6 +175,8 @@
175
"||"
176
"&"
177
"|"
178
+ "|"
179
+ "^"
180
] @prepend_space @append_space
181
(_)
182
)
0 commit comments