Skip to content

Commit 33e7e1e

Browse files
committed
Update test docstring
1 parent 2a78509 commit 33e7e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj/test/vim_clojure_static/indent_test.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
:keys "\\<CR>:call GetClojureIndent()\\<CR>rxj:call GetClojureIndent()\\<CR>ry"))
2626

2727
(deftest test-reader-conditional-indent
28-
(test-indent "is inherited from previous element"
28+
(test-indent "reader conditionals are indented like maps"
2929
:in "test-reader-conditional-indent.in"
3030
:out "test-reader-conditional-indent.out"))

0 commit comments

Comments
 (0)