From: Mattias EngdegÄrd Date: Tue, 4 Jul 2023 08:49:48 +0000 (+0200) Subject: ; * test/lisp/progmodes/cperl-mode-tests.el: add missing backslashes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec89acba5f5652b661f364c5f4e9c43b85a2f433;p=emacs.git ; * test/lisp/progmodes/cperl-mode-tests.el: add missing backslashes --- 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." 'font-lock-constant-face))) ;; The signature (goto-char (point-min)) - (search-forward-regexp "\\(\$top\\),\\(\$down\\)") + (search-forward-regexp "\\(\\$top\\),\\(\\$down\\)") (should (equal (get-text-property (match-beginning 1) 'face) 'font-lock-variable-name-face)) (should (equal (get-text-property (match-beginning 1) 'face)