aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/syntax-tests.el3
1 files changed, 1 insertions, 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
518 (modify-syntax-entry (unibyte-char-to-multibyte 128) "_" st) 518 (modify-syntax-entry (unibyte-char-to-multibyte 128) "_" st)
519 (set-syntax-table st) 519 (set-syntax-table st)
520 (should (equal (eval '(char-syntax 128) t) ?_)) 520 (should (equal (eval '(char-syntax 128) t) ?_))
521 (should (equal (funcall cs 128) ?_)))) 521 (should (equal (funcall cs 128) ?_))))))
522 (list (char-syntax 128) (funcall cs 128))))
523 522
524;;; syntax-tests.el ends here 523;;; syntax-tests.el ends here