diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-11 13:52:01 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-11 14:16:33 -0400 |
commit | 5c55ec7fcb338306188dac3454782a190205152e (patch) | |
tree | cececa55668ca746c19820a1cc76b6a2164edbc0 /lisp/seam-test.el | |
parent | 3e6118ec43ce7b875bfa9321d6874a59f501e795 (diff) |
Add raw-title template var
Diffstat (limited to 'lisp/seam-test.el')
-rw-r--r-- | lisp/seam-test.el | 4 |
1 files changed, 2 insertions, 2 deletions
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\" & <symbols>" "public")) (seam-export--file-string "html/quotes-symbols.html"))))) |