aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/regex-emacs-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index 661d416e6a7..f1c703ab8bd 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -806,6 +806,7 @@ This evaluates the TESTS test cases from glibc."
806(ert-deftest regexp-invalid () 806(ert-deftest regexp-invalid ()
807 ;; relint suppression: Duplicated 807 ;; relint suppression: Duplicated
808 (should-error (string-match "[:space:]" "") 808 (should-error (string-match "[:space:]" "")
809 :type 'invalid-regexp)) 809 :type 'invalid-regexp)
810 (should (equal (string-match "[:-:]" "a-:") 2)))
810 811
811;;; regex-emacs-tests.el ends here 812;;; regex-emacs-tests.el ends here