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 e021dda commit 091bf37Copy full SHA for 091bf37
clojure-mode-indentation-test.el
@@ -107,6 +107,32 @@ values of customisable variables."
107
(->>
108
|expr)")
109
110
+(check-indentation doc-strings-without-indent-specified
111
+ "
112
+(defn some-fn
113
+|\"some doc string\""
114
115
116
+ |\"some doc string\"")
117
+
118
+(check-indentation doc-strings-with-correct-indent-specified
119
120
121
+ |\"some doc string\""
122
123
124
125
126
+(check-indentation doc-strings-with-additional-indent-specified
127
128
129
+ |\"some doc string
130
+ - some note\""
131
132
133
134
+ - some note\"")
135
136
(provide 'clojure-mode-indentation-test)
137
138
;; Local Variables:
0 commit comments