]> git.eshelyaron.com Git - emacs.git/commit
; perl-mode.el: Allow newline between quote-likes and delimiter
authorHarald Jörg <haj@posteo.de>
Fri, 11 Jun 2021 11:52:45 +0000 (13:52 +0200)
committerHarald Jörg <haj@posteo.de>
Fri, 11 Jun 2021 11:55:08 +0000 (13:55 +0200)
commit87bd14ca8bdecda6964aeb3c323faee846a8c1b8
tree8f47365401b013d5b558cc57af40b206657ca481
parent56e21ab2e1bf4836573acfeb1e36716526a183b9
; perl-mode.el: Allow newline between quote-likes and delimiter

* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Allow newline between a quote-like operator and its delimiter
(Bug#22355).

* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-22355):
Test case for the fix.

* test/lisp/progmodes/cperl-mode-resources/cperl-bug-22355.pl:
Test resource for a quote-like with newline before the delimiter.
lisp/progmodes/perl-mode.el
test/lisp/progmodes/cperl-mode-resources/cperl-bug-22355.pl [new file with mode: 0644]
test/lisp/progmodes/cperl-mode-tests.el