]> git.eshelyaron.com Git - emacs.git/commit
Fix regexp mistakes
authorMattias Engdegård <mattiase@acm.org>
Fri, 19 Feb 2021 12:44:25 +0000 (13:44 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 19 Feb 2021 12:44:25 +0000 (13:44 +0100)
commitd4f6927d48043d01929a93da53a64b1e4296f994
tree535b1be09cf9cba2d1e29ecfcb77030ff022a3f1
parentea2f5f3fdac0b360833586ac855248094baf328c
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.
lisp/progmodes/cperl-mode.el
test/lisp/emacs-lisp/rx-tests.el
test/lisp/textmodes/dns-mode-tests.el