aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/regex-emacs-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/regex-emacs-tests.el b/test/src/regex-emacs-tests.el
index 615d905e140..2912ce8a571 100644
--- a/test/src/regex-emacs-tests.el
+++ b/test/src/regex-emacs-tests.el
@@ -912,7 +912,7 @@ This evaluates the TESTS test cases from glibc."
912 )) 912 ))
913 913
914(ert-deftest regexp-tests-zero-width-assertion-repetition () 914(ert-deftest regexp-tests-zero-width-assertion-repetition ()
915 ;; Check compatibility behaviour with repetition operators after 915 ;; Check compatibility behavior with repetition operators after
916 ;; certain zero-width assertions (bug#64128). 916 ;; certain zero-width assertions (bug#64128).
917 917
918 ;; This function is just to hide ugly regexps from relint so that it 918 ;; This function is just to hide ugly regexps from relint so that it