We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5325c81 commit 0eb876eCopy full SHA for 0eb876e
test/clojure-mode-sexp-test.el
@@ -28,7 +28,7 @@
28
(clojure-mode)
29
(goto-char (point-min))
30
(clojure-forward-logical-sexp 1)
31
- (should (looking-back " {}, :a, 2"))
+ (should (looking-at-p " {}, :a, 2"))
32
33
(should (looking-at-p " :a, 2"))))
34
0 commit comments