From 411f1bfc9f8db4f87a11ae18ccf2106e7ff8a6d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 14 Aug 2023 16:47:27 +0200 Subject: [PATCH] ; * test/src/syntax-tests.el (syntax-char-syntax): remove junk --- test/src/syntax-tests.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/src/syntax-tests.el b/test/src/syntax-tests.el index 0ad3667c060..9e4740c17cc 100644 --- a/test/src/syntax-tests.el +++ b/test/src/syntax-tests.el @@ -518,7 +518,6 @@ the `parse-partial-sexp's are expected to stop. See (modify-syntax-entry (unibyte-char-to-multibyte 128) "_" st) (set-syntax-table st) (should (equal (eval '(char-syntax 128) t) ?_)) - (should (equal (funcall cs 128) ?_)))) - (list (char-syntax 128) (funcall cs 128)))) + (should (equal (funcall cs 128) ?_)))))) ;;; syntax-tests.el ends here -- 2.39.2