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 f7ccab4 commit c77851dCopy full SHA for c77851d
test/clojure-mode-indentation-test.el
@@ -270,10 +270,18 @@ values of customisable variables."
270
e)")
271
272
(def-full-indent-test reify
273
- "(reify
274
- Object
+ "(reify Object
275
(x [_]
276
- 1))")
+ 1))"
+ "(reify
277
+ om/IRender
278
+ (render [this]
279
+ (let [indent-test :fail]
280
+ ...))
281
282
283
284
+ ...)))")
285
286
(def-full-indent-test reader-conditionals
287
"#?@ (:clj []
0 commit comments