]> git.eshelyaron.com Git - emacs.git/commit
;cperl-mode.el: Do not mistake a left-shift operator for a here-doc.
authorHarald Jörg <haj@posteo.de>
Sat, 14 Oct 2023 16:15:11 +0000 (18:15 +0200)
committerHarald Jörg <haj@posteo.de>
Sat, 14 Oct 2023 16:22:11 +0000 (18:22 +0200)
commit330dd51f8bf154fedde2110675fd606400173e23
treed30f6f8ff5664edb75e1752f88be750b3decc3f4
parentad02fc212b5a88d2ea793858d538809d9976b154
;cperl-mode.el: Do not mistake a left-shift operator for a here-doc.

* lisp/progmodes/cperl-mode.el (cperl-find-pods-heres): Empty
unquoted delimiters for here-documents are now forbidden
(Bug#65834).

* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-65834):
New test.

* test/lisp/progmodes/cperl-mode-resources/cperl-bug-65834.pl: new
resource with source code from the bug report.
lisp/progmodes/cperl-mode.el
test/lisp/progmodes/cperl-mode-resources/cperl-bug-65834.pl [new file with mode: 0644]
test/lisp/progmodes/cperl-mode-tests.el