We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a078d commit 07c6a44Copy full SHA for 07c6a44
test/rewrite_clj/parser_test.clj
@@ -192,7 +192,8 @@
192
"#macro 1" :reader-macro [:token :whitespace :token]
193
"#macro (* 2 3)" :reader-macro [:token :whitespace :list]
194
"#?(:clj bar)" :reader-macro [:token :list]
195
- "#?@(:clj bar)" :reader-macro [:token :list]
+ "#? (:clj bar)" :reader-macro [:token :whitespace :list]
196
+ "#?@ (:clj bar)" :reader-macro [:token :whitespace :list]
197
"#?foo baz" :reader-macro [:token :whitespace :token]
198
"#_abc" :uneval [:token]
199
"#_(+ 1 2)" :uneval [:list]
0 commit comments