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 a186dc9 commit b2147ddCopy full SHA for b2147dd
clojure-mode-test.el
@@ -118,6 +118,10 @@ POS."
118
(should (eq (clojure-test-face-at 1 5) 'font-lock-type-face))
119
(should (eq (clojure-test-face-at 6 6) nil))
120
(should (eq (clojure-test-face-at 7 16) 'clojure-interop-method-face)))
121
+ (clojure-test-with-temp-buffer "SomeClass/methodName"
122
+ (should (eq (clojure-test-face-at 1 9) 'font-lock-type-face))
123
+ (should (eq (clojure-test-face-at 10 10) nil))
124
+ (should (eq (clojure-test-face-at 11 20) 'clojure-interop-method-face)))
125
(clojure-test-with-temp-buffer "clojure.lang.Var/someMethod"
126
(should (eq (clojure-test-face-at 1 16) 'font-lock-type-face))
127
(should (eq (clojure-test-face-at 17 17) nil))
0 commit comments