]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/progmodes/cperl-mode-tests.el: add missing backslashes
authorMattias Engdegård <mattiase@acm.org>
Tue, 4 Jul 2023 08:49:48 +0000 (10:49 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 4 Jul 2023 08:49:48 +0000 (10:49 +0200)
test/lisp/progmodes/cperl-mode-tests.el

index 0ca985ae86e57dcc6cc27ec3c55dff6659a9a02a..211587cabacf6fd5fe0a3bc3db4dcba3300fbc58 100644 (file)
@@ -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)