mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix regexp mistakes
* lisp/progmodes/cperl-mode.el (cperl--package-regexp): Avoid double repetition; cperl--ws-or-comment-regexp is already repeated with 1+. * test/lisp/textmodes/dns-mode-tests.el (dns-mode-tests-dns-mode-soa-increment-serial): Escape literal '$'. * test/lisp/emacs-lisp/rx-tests.el (rx-regexp): Modify test to not trigger a linting warning while retaining its testing power.
This commit is contained in:
parent
ea2f5f3fda
commit
d4f6927d48
3 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@
|
|||
(dns-mode-soa-increment-serial)
|
||||
;; Number is updated from 2015080302 to the current date
|
||||
;; (actually, just ensure the year part is later than 2020).
|
||||
(should (string-match "$TTL 86400
|
||||
(should (string-match "\\$TTL 86400
|
||||
@ IN SOA ns.icann.org. noc.dns.icann.org. (
|
||||
20[2-9][0-9]+ ;Serial
|
||||
7200 ;Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue