Skip to content

Commit 396a15b

Browse files
committed
Indentation
1 parent 4387cb8 commit 396a15b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

test/clojure-mode-sexp-test.el

+17-17
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,23 @@ and point left there."
146146
;; we should not cache the results of `clojure-find-ns' here
147147
(let ((clojure-cache-ns nil))
148148
(with-temp-buffer
149-
(insert "(ns ^{:doc \"Some docs\"}\nfoo-bar)")
150-
(newline)
151-
(newline)
152-
(insert "(in-ns 'baz-quux)")
153-
(clojure-mode)
154-
155-
;; From inside docstring of first ns
156-
(goto-char 18)
157-
(should (equal "foo-bar" (clojure-find-ns)))
158-
159-
;; From inside first ns's name, on its own line
160-
(goto-char 29)
161-
(should (equal "foo-bar" (clojure-find-ns)))
162-
163-
;; From inside second ns's name
164-
(goto-char 42)
165-
(should (equal "baz-quux" (clojure-find-ns))))))
149+
(insert "(ns ^{:doc \"Some docs\"}\nfoo-bar)")
150+
(newline)
151+
(newline)
152+
(insert "(in-ns 'baz-quux)")
153+
(clojure-mode)
154+
155+
;; From inside docstring of first ns
156+
(goto-char 18)
157+
(should (equal "foo-bar" (clojure-find-ns)))
158+
159+
;; From inside first ns's name, on its own line
160+
(goto-char 29)
161+
(should (equal "foo-bar" (clojure-find-ns)))
162+
163+
;; From inside second ns's name
164+
(goto-char 42)
165+
(should (equal "baz-quux" (clojure-find-ns))))))
166166

167167
(provide 'clojure-mode-sexp-test)
168168

0 commit comments

Comments
 (0)