From 2e1ae69f61449f74f816176d92bd790fbd9dc358 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Thu, 17 Apr 2025 15:02:20 -0400 Subject: Fix improper handling of titles with single quotes --- 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 cf4f219..9ab1b22 100644 --- a/lisp/seam-test.el +++ b/lisp/seam-test.el @@ -121,9 +121,9 @@ (ert-deftest seam-test-make-note-weird-filename () (should (equal - '("./Weird file name!" ("private/weird-file-name.org")) + '("./Weir'd file name!" ("private/weird-file-name.org")) (seam-test-with-notes () - ((weird "./Weird file name! ")) + ((weird "./Weir'd file name! ")) (list (buffer-name weird) (seam-test-list-files)))))) -- cgit v1.2.3