Skip to content

Commit

Permalink
[#41] Add ert for unconstrained typewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Sep 4, 2023
1 parent 2434119 commit 682c209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/adoc-mode-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ Don't use it for anything real.")
(adoctest-faces "test-quotes-simple"
;; note that in unconstraned quotes cases " ipsum " has spaces around, in
;; constrained quotes case it doesn't
"Lorem " nil "``" adoc-meta-hide-face "ip" '(adoc-typewriter-face adoc-verbatim-face) "``" adoc-meta-hide-face "sum dolor\n" nil
"Lorem " nil "`" adoc-meta-hide-face "ipsum" '(adoc-typewriter-face adoc-verbatim-face) "`" adoc-meta-hide-face " dolor\n" nil
"Lorem " nil "+++" adoc-meta-hide-face " ipsum " '(adoc-typewriter-face adoc-verbatim-face) "+++" adoc-meta-hide-face " dolor\n" nil
"Lorem " nil "$$" adoc-meta-hide-face " ipsum " '(adoc-typewriter-face adoc-verbatim-face) "$$" adoc-meta-hide-face " dolor\n" nil
Expand Down

0 comments on commit 682c209

Please sign in to comment.