emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b6032f0fe42 3/3: ; Suppress relint complaint in test


From: Mattias Engdegård
Subject: master b6032f0fe42 3/3: ; Suppress relint complaint in test
Date: Sun, 10 Sep 2023 09:17:29 -0400 (EDT)

branch: master
commit b6032f0fe42db75fb0e36ff0c64fdb79d89238ef
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; Suppress relint complaint in test
    
    * test/src/regex-emacs-tests.el
    (regex-tests-mutual-exclusive-inf-rec): This isn't supposed to be a
    good regexp.
---
 test/src/regex-emacs-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index 60c19f1ab2d..ed0dc4c5a9d 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -968,6 +968,7 @@ This evaluates the TESTS test cases from glibc."
 
 (ert-deftest regex-tests-mutual-exclusive-inf-rec ()
   ;; Regression test for bug#65726, where this crashed Emacs.
+  ;; relint suppression: Repetition of expression matching an empty string
   (should (equal (string-match "a*\\(?:c\\|b*\\)*" "a") 0)))
 
 ;;; regex-emacs-tests.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]