diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-11 13:08:35 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-11 14:16:33 -0400 |
commit | 3e6118ec43ce7b875bfa9321d6874a59f501e795 (patch) | |
tree | 942595e9f81e0c96e8ca1aeb0dc8e1917047a829 /lisp/seam-test.el | |
parent | c404b1ccf1210827c4ae8625775e5bb05884cccf (diff) |
Improve title rendering
Diffstat (limited to 'lisp/seam-test.el')
-rw-r--r-- | lisp/seam-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/seam-test.el b/lisp/seam-test.el index 6177907..a546319 100644 --- a/lisp/seam-test.el +++ b/lisp/seam-test.el @@ -509,7 +509,7 @@ it." (ert-deftest seam-test-escape-title () (should (equal - "“quotes” & <symbols>\n" + "“quotes” & <symbols>\n" (seam-test-with-notes ((seam-export-template-string "{{{title}}}")) ((note "\"quotes\" & <symbols>" "public")) (seam-export--file-string "html/quotes-symbols.html"))))) |