Skip to content

Commit ceb11c6

Browse files
committed
Format spaces around ^
1 parent b15a9ea commit ceb11c6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

corpus/basic.spicy

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ a /= "";
5151

5252
1&1;
5353
1|1;
54+
1^1;
5455

5556
*spicy::getenv("FOO");
5657
*spicy::getenv("FOO");

corpus/basic.spicy.expected

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ a /= "";
5151

5252
1 & 1;
5353
1 | 1;
54+
1 ^ 1;
5455

5556
*spicy::getenv("FOO");
5657
*spicy::getenv("FOO");

src/query.scm

+2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@
175175
"||"
176176
"&"
177177
"|"
178+
"|"
179+
"^"
178180
] @prepend_space @append_space
179181
(_)
180182
)

0 commit comments

Comments
 (0)