diff options
| author | Mattias EngdegÄrd | 2023-07-04 10:49:48 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-07-04 10:49:48 +0200 |
| commit | ec89acba5f5652b661f364c5f4e9c43b85a2f433 (patch) | |
| tree | 769c096b6f7da8c0293c70d764ed982739ea5d64 /test | |
| parent | 4d49b9bad4ff084622436706fde1ece0254cb132 (diff) | |
| download | emacs-ec89acba5f5652b661f364c5f4e9c43b85a2f433.tar.gz emacs-ec89acba5f5652b661f364c5f4e9c43b85a2f433.zip | |
; * test/lisp/progmodes/cperl-mode-tests.el: add missing backslashes
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/cperl-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/cperl-mode-tests.el b/test/lisp/progmodes/cperl-mode-tests.el index 0ca985ae86e..211587cabac 100644 --- a/test/lisp/progmodes/cperl-mode-tests.el +++ b/test/lisp/progmodes/cperl-mode-tests.el | |||
| @@ -233,7 +233,7 @@ attributes, prototypes and signatures." | |||
| 233 | 'font-lock-constant-face))) | 233 | 'font-lock-constant-face))) |
| 234 | ;; The signature | 234 | ;; The signature |
| 235 | (goto-char (point-min)) | 235 | (goto-char (point-min)) |
| 236 | (search-forward-regexp "\\(\$top\\),\\(\$down\\)") | 236 | (search-forward-regexp "\\(\\$top\\),\\(\\$down\\)") |
| 237 | (should (equal (get-text-property (match-beginning 1) 'face) | 237 | (should (equal (get-text-property (match-beginning 1) 'face) |
| 238 | 'font-lock-variable-name-face)) | 238 | 'font-lock-variable-name-face)) |
| 239 | (should (equal (get-text-property (match-beginning 1) 'face) | 239 | (should (equal (get-text-property (match-beginning 1) 'face) |