From 5c55ec7fcb338306188dac3454782a190205152e Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Fri, 11 Jul 2025 13:52:01 -0400 Subject: Add raw-title template var --- lisp/seam-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/seam-test.el') diff --git a/lisp/seam-test.el b/lisp/seam-test.el index a546319..47d4fbb 100644 --- a/lisp/seam-test.el +++ b/lisp/seam-test.el @@ -509,8 +509,8 @@ it." (ert-deftest seam-test-escape-title () (should (equal - "“quotes” & <symbols>\n" - (seam-test-with-notes ((seam-export-template-string "{{{title}}}")) + "“quotes” & <symbols>\n“quotes” & <symbols>\n" + (seam-test-with-notes ((seam-export-template-string "{{title}}\n{{{raw-title}}}")) ((note "\"quotes\" & " "public")) (seam-export--file-string "html/quotes-symbols.html"))))) -- cgit v1.2.3