Skip to content

Commit f1af028

Browse files
bbatsovkommen
authored andcommitted
Font lock properly fully qualified type hints
1 parent 0efae51 commit f1af028

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clojure-mode-test.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ POS."
102102
(ert-deftest clojure-mode-syntax-table/namespace ()
103103
:tags '(fontification syntax-table)
104104
(should (eq (clojure-test-face-at 1 5 "one.p") 'font-lock-type-face))
105-
(should (eq (clojure-test-face-at 1 11 "one.p.top13") 'font-lock-type-face)))
105+
(should (eq (clojure-test-face-at 1 11 "one.p.top13") 'font-lock-type-face))
106+
(should (eq (clojure-test-face-at 2 12 "^one.p.top13") 'font-lock-type-face)))
106107

107108
(ert-deftest clojure-mode-syntax-table/namespaced-symbol ()
108109
:tags '(fontification syntax-table)

0 commit comments

Comments
 (0)