Skip to content

Commit 60e9cc8

Browse files
committed
Add test for quotes in tail of symbols/keywords
1 parent cd46a69 commit 60e9cc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/clojure-mode-font-lock-test.el

+10
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,16 @@ DESCRIPTION is the description of the spec."
417417
(9 10 nil)
418418
(12 29 nil)))
419419

420+
(when-fontifying-it "should handle quotes in tail of symbols and keywords"
421+
("'quot'ed'/sy'm'bol''"
422+
(2 9 font-lock-type-face)
423+
(10 20 nil))
424+
425+
(":qu'ote'd''/key'word'"
426+
(2 11 font-lock-type-face)
427+
(12 12 default)
428+
(13 21 clojure-keyword-face)))
429+
420430
(when-fontifying-it "should handle very complex stuff"
421431
(" ve/yCom|pLex.stu-ff"
422432
(3 4 font-lock-type-face)

0 commit comments

Comments
 (0)