]> git.eshelyaron.com Git - emacs.git/commit
; perl-mode.el: Detect quote-like operator immediately after =>
authorHarald Jörg <haj@posteo.de>
Wed, 9 Jun 2021 20:58:53 +0000 (22:58 +0200)
committerHarald Jörg <haj@posteo.de>
Wed, 9 Jun 2021 21:04:09 +0000 (23:04 +0200)
commitdd9385b404c28a155a91960a4f1c4c77fdc5413d
treea03d86a4223aae3ad4aa63fb997d3ce11ea53c42
parentff65ea932cdcf69a3f5109327ec8e6a7e3432107
; perl-mode.el: Detect quote-like operator immediately after =>

* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Detect a quotelike operator immediately after a fat comma "=>"
(Bug#25098)

* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-25098):
Test case for the bug with code from the bug report.

* test/lisp/progmodes/cperl-mode-resources/cperl-bug-25098.pl:
Resource file for the test.
lisp/progmodes/perl-mode.el
test/lisp/progmodes/cperl-mode-resources/cperl-bug-25098.pl [new file with mode: 0644]
test/lisp/progmodes/cperl-mode-tests.el