aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-02-27 18:29:43 +0100
committerMattias EngdegÄrd2020-02-27 18:58:05 +0100
commit4859e8db9b518034418f536c5bab3f30cb4714e3 (patch)
tree1eb0e4909cfcdba2c021d772713d24ea3b83e607 /test/src
parent77f69a90bfe1d605765803debdc30436115f2b72 (diff)
downloademacs-4859e8db9b518034418f536c5bab3f30cb4714e3.tar.gz
emacs-4859e8db9b518034418f536c5bab3f30cb4714e3.zip
Revert "Don't complain about the regexp "[:-:]""
This reverts commit 3766bf728a43933083f4525970bcf9fdace3838d.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/regex-emacs-tests.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index f1c703ab8bd..661d416e6a7 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -806,7 +806,6 @@ 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)))
811 810
812;;; regex-emacs-tests.el ends here 811;;; regex-emacs-tests.el ends here