diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /test/src | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/regex-emacs-tests.el | 2 |
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 |