aboutsummaryrefslogtreecommitdiff
path: root/lisp/seam-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/seam-test.el')
-rw-r--r--lisp/seam-test.el2
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")))))