diff options
Diffstat (limited to 'test/lisp/ansi-color-tests.el')
-rw-r--r-- | test/lisp/ansi-color-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/ansi-color-tests.el b/test/lisp/ansi-color-tests.el index 2ff7fc6aaf6..1b04e8e9def 100644 --- a/test/lisp/ansi-color-tests.el +++ b/test/lisp/ansi-color-tests.el @@ -173,7 +173,7 @@ strings with `eq', this function compares them with `equal'." (should (ansi-color-tests-equal-props propertized-str (buffer-string)))) - ;; \e not followed by '[' and invalid ANSI escape seqences + ;; \e not followed by '[' and invalid ANSI escape sequences (dolist (fun (list ansi-filt ansi-app)) (with-temp-buffer (should (equal (funcall fun "\e") "")) |