]> git.eshelyaron.com Git - emacs.git/commit
cperl-mode: Delete a misleading comment, add tests for verification
authorHarald Jörg <haj@posteo.de>
Mon, 19 Oct 2020 08:57:57 +0000 (10:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 19 Oct 2020 08:57:57 +0000 (10:57 +0200)
commitfb26dc130db99cda4227257c10b9b8c38079b83f
tree7c559a44c38c0d31a0a371437a57b5e300549e5b
parent422fdabe7bcaa9eac9aa5ae688ccf9f30cf6765c
cperl-mode: Delete a misleading comment, add tests for verification

* lisp/progmodes/cperl-mode.el: Delete a comment which explains a
bug which has been fixed a long time ago (bug#44073).
* test/lisp/progmodes/cperl-mode-tests.el
(cperl-mode-fontify-punct-vars): Add regression tests to verify
that fontification of punctuation variables doesn't start strings.
lisp/progmodes/cperl-mode.el
test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl [new file with mode: 0644]
test/lisp/progmodes/cperl-mode-tests.el