]> git.eshelyaron.com Git - emacs.git/commit
cperl-mode: Eliminate bad interpretation of ?foo?
authorHarald Jörg <haj@posteo.de>
Thu, 6 May 2021 10:33:40 +0000 (12:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 6 May 2021 10:33:40 +0000 (12:33 +0200)
commit9e0fc5321b6be3b9242f2668a37a95057b4d1e0b
treeb2be9c9bb7ad93786a4af6155a54b4f9555db933
parentb69e2699aaae6c13a14d8904b0b21e519c770336
cperl-mode: Eliminate bad interpretation of ?foo?

* lisp/progmodes/cperl-mode.el (cperl-find-pods-heres): Delete
?? from the allowed bare regexp delimiters.
(cperl-short-docs): Delete ?...? from the documentation.

* test/lisp/progmodes/cperl-mode-tests.el (cperl-bug-47598):
Add tests for good, bad, and ambiguous use of ? as regex
delimiter (bug#47598).
lisp/progmodes/cperl-mode.el
test/lisp/progmodes/cperl-mode-tests.el