File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,13 @@ POS."
118
118
(should (eq (clojure-test-face-at 1 5 ) 'font-lock-type-face ))
119
119
(should (eq (clojure-test-face-at 7 16 ) 'clojure-interop-method-face ))))
120
120
121
+ (ert-deftest clojure-mode-syntax-table/interop-method ()
122
+ :tags '(fontification syntax-table)
123
+ (should (eq (clojure-test-face-at 1 11 " .someMethod" ) 'clojure-interop-method-face ))
124
+ (should (eq (clojure-test-face-at 1 10 " someMethod" ) 'clojure-interop-method-face ))
125
+ (should (eq (clojure-test-face-at 1 11 " topHttpTest" ) 'clojure-interop-method-face ))
126
+ (should (eq (clojure-test-face-at 1 4 " getX" ) 'clojure-interop-method-face )))
127
+
121
128
(ert-deftest clojure-mode-syntax-table/constant ()
122
129
:tags '(fontification syntax-table)
123
130
(should (eq (clojure-test-face-at 1 5 " CONST" ) 'font-lock-constant-face ))
You can’t perform that action at this time.
0 commit comments