Skip to content

Commit afca061

Browse files
committed
Add a test for namespaced default* symbols
1 parent 2cc59e9 commit afca061

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/clojure-mode-indentation-test.el

+4-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,10 @@ values of customisable variables."
243243
(def-full-indent-test default-is-not-a-define
244244
"(default a
245245
b
246-
b)")
246+
b)"
247+
"(some.namespace/default a
248+
b
249+
b)")
247250

248251
(def-full-indent-test extend-type-allow-multiarity
249252
"(extend-type Banana

0 commit comments

Comments
 (0)