From c404b1ccf1210827c4ae8625775e5bb05884cccf Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Fri, 11 Jul 2025 13:06:11 -0400 Subject: Use mustache.el for templating --- lisp/seam-test.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp/seam-test.el') diff --git a/lisp/seam-test.el b/lisp/seam-test.el index fc4e2d4..6177907 100644 --- a/lisp/seam-test.el +++ b/lisp/seam-test.el @@ -326,7 +326,7 @@ notes such that they no longer link to it." "Test that linking to a note from a public note creates a backlink." (should (identity - (seam-test-with-notes ((seam-export-template-string "{{backlinks}}")) + (seam-test-with-notes ((seam-export-template-string "{{{backlinks}}}")) ((foo "foo" "public") (bar "bar" "public")) (with-current-buffer foo @@ -341,7 +341,7 @@ backlink." (should (equal "" - (seam-test-with-notes ((seam-export-template-string "{{backlinks}}")) + (seam-test-with-notes ((seam-export-template-string "{{{backlinks}}}")) ((foo "foo") (bar "bar" "public")) (with-current-buffer foo @@ -355,7 +355,7 @@ backlink." (should (equal "" - (seam-test-with-notes ((seam-export-template-string "{{backlinks}}")) + (seam-test-with-notes ((seam-export-template-string "{{{backlinks}}}")) ((foo "foo" "public") (bar "bar" "public")) (with-current-buffer foo @@ -372,7 +372,7 @@ backlink." (should (equal "" - (seam-test-with-notes ((seam-export-template-string "{{backlinks}}")) + (seam-test-with-notes ((seam-export-template-string "{{{backlinks}}}")) ((foo "foo" "public" nil t) (bar "bar" "public")) (with-current-buffer foo @@ -510,7 +510,7 @@ it." (should (equal "“quotes” & <symbols>\n" - (seam-test-with-notes ((seam-export-template-string "{{title}}")) + (seam-test-with-notes ((seam-export-template-string "{{{title}}}")) ((note "\"quotes\" & " "public")) (seam-export--file-string "html/quotes-symbols.html"))))) -- cgit v1.2.3