File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ POS."
115115(ert-deftest clojure-mode-syntax-table/static-method ()
116116 :tags '(fontification syntax-table)
117117 (clojure-test-with-temp-buffer " Class/methodName"
118- (should (eq (clojure-test-face-at 6 6 ) nil ))
119118 (should (eq (clojure-test-face-at 1 5 ) 'font-lock-type-face ))
119+ (should (eq (clojure-test-face-at 6 6 ) nil ))
120120 (should (eq (clojure-test-face-at 7 16 ) 'clojure-interop-method-face )))
121121 (clojure-test-with-temp-buffer " clojure.lang.Var/someMethod"
122- (should (eq (clojure-test-face-at 17 17 ) nil ))
123122 (should (eq (clojure-test-face-at 1 16 ) 'font-lock-type-face ))
123+ (should (eq (clojure-test-face-at 17 17 ) nil ))
124124 (should (eq (clojure-test-face-at 18 27 ) 'clojure-interop-method-face ))))
125125
126126(ert-deftest clojure-mode-syntax-table/interop-method ()
You can’t perform that action at this time.
0 commit comments