]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/src/syntax-tests.el (syntax-char-syntax): remove junk
authorMattias Engdegård <mattiase@acm.org>
Mon, 14 Aug 2023 14:47:27 +0000 (16:47 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 14 Aug 2023 15:03:44 +0000 (17:03 +0200)
test/src/syntax-tests.el

index 0ad3667c060f54d3e64f6ddecb860a11fd98a11c..9e4740c17cc7902ed074f1681c860f031a298e2f 100644 (file)
@@ -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