We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f1088 commit 234cadeCopy full SHA for 234cade
clojure-mode-syntax-test.el
@@ -75,15 +75,6 @@
75
(backward-prefix-chars)
76
(expect (bobp))))))
77
78
-(describe "clojure-no-space-after-tag"
79
- (it "should allow allow collection tags"
80
- (dolist (tag '("#::ns" "#:ns" "#ns" "#:f.q/ns" "#f.q/ns" "#::"))
81
- (with-clojure-buffer tag
82
- (expect (clojure-no-space-after-tag nil ?{) :to-be nil)))
83
- (dolist (tag '("#$:" "#/f" "#:/f" "#::f.q/ns" "::ns" "::" "#f:ns"))
84
85
- (expect (clojure-no-space-after-tag nil ?{))))))
86
-
87
(describe "fill-paragraph"
88
89
(it "should work within comments"
0 commit comments