aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorMattias Engdegård2020-02-27 18:29:56 +0100
committerMattias Engdegård2020-02-27 18:58:05 +0100
commitef4440a9c80b284d46ecce47f4d387f132bbf374 (patch)
tree8290c26eb740f754e601bbd955626f45b5dd221e /test/src
parent4859e8db9b518034418f536c5bab3f30cb4714e3 (diff)
downloademacs-ef4440a9c80b284d46ecce47f4d387f132bbf374.tar.gz
emacs-ef4440a9c80b284d46ecce47f4d387f132bbf374.zip
Revert "Signal an error for the regexp "[:alnum:]""
This reverts commit 8d5e8cddab732ac90e9ae930c63f7830f9dab24f.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/regex-emacs-tests.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index 661d416e6a7..f9372e37b11 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -803,9 +803,4 @@ This evaluates the TESTS test cases from glibc."
803 (should-not (string-match "å" "\xe5")) 803 (should-not (string-match "å" "\xe5"))
804 (should-not (string-match "[å]" "\xe5"))) 804 (should-not (string-match "[å]" "\xe5")))
805 805
806(ert-deftest regexp-invalid ()
807 ;; relint suppression: Duplicated
808 (should-error (string-match "[:space:]" "")
809 :type 'invalid-regexp))
810
811;;; regex-emacs-tests.el ends here 806;;; regex-emacs-tests.el ends here