From 3e6118ec43ce7b875bfa9321d6874a59f501e795 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Fri, 11 Jul 2025 13:08:35 -0400 Subject: Improve title rendering --- lisp/seam-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/seam-test.el') 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\" & " "public")) (seam-export--file-string "html/quotes-symbols.html"))))) -- cgit v1.2.3