Skip to content

Commit d489b27

Browse files
yuhan0bbatsov
authored andcommitted
Add test and changelog entry
1 parent 25d8595 commit d489b27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

clojure-mode-font-lock-test.el

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,12 @@ DESCRIPTION is the description of the spec."
806806

807807
("(def foo \n \"usage\" \n \"hello\")"
808808
(13 19 font-lock-doc-face)
809-
(24 30 font-lock-string-face)))
809+
(24 30 font-lock-string-face))
810+
811+
("(def test-string\n \"this\\n\n is\n my\n string\")"
812+
(20 24 font-lock-string-face)
813+
(25 26 (bold font-lock-string-face))
814+
(27 46 font-lock-string-face)))
810815

811816
(when-fontifying-it "should handle deftype"
812817
("(deftype Foo)"

0 commit comments

Comments
 (0)