File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -146,23 +146,23 @@ and point left there."
146
146
; ; we should not cache the results of `clojure-find-ns' here
147
147
(let ((clojure-cache-ns nil ))
148
148
(with-temp-buffer
149
- (insert " (ns ^{:doc \" Some docs\" }\n foo-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\" }\n foo-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))))))
166
166
167
167
(provide 'clojure-mode-sexp-test )
168
168
You can’t perform that action at this time.
0 commit comments