diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/regex-emacs-tests.el | 5 |
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 |