1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-12 17:10:43 -08:00
emacs/test/lisp/progmodes/cperl-mode-resources
Harald Jörg 87bd14ca8b ; 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.
2021-06-11 13:55:08 +02:00
..
cperl-bug-19709.pl cperl-mode: Indentation of ')' follows customisation 2020-11-09 15:25:47 +01:00
cperl-bug-22355.pl ; perl-mode.el: Allow newline between quote-likes and delimiter 2021-06-11 13:55:08 +02:00
cperl-bug-23992.pl ; perl-mode.el: Detect regexes immediately after "|&" 2021-06-08 23:23:25 +02:00
cperl-bug-25098.pl ; perl-mode.el: Detect quote-like operator immediately after => 2021-06-09 23:04:09 +02:00
cperl-bug-26850.pl perl-mode and cperl-mode: Recognize regex after "return" 2020-11-17 00:20:26 +01:00
cperl-bug-30393.pl cperl-mode: Fix indentation for Emacs 26 2020-11-03 15:28:40 +01:00
cperl-indent-exp.pl cperl-mode: Fix a test to ensure cperl-mode is active 2020-10-06 03:39:55 +02:00
cperl-indent-styles.pl cperl-mode: Indentation of ')' follows customisation 2020-11-09 15:25:47 +01:00
fontify-punctuation-vars.pl cperl-mode: Delete a misleading comment, add tests for verification 2020-10-19 10:57:57 +02:00
grammar.pl cperl-mode: Improve detection of index entries for imenu 2021-02-17 00:54:38 +01:00
here-docs.pl perl-mode: Display here-docs as strings instead of comments 2021-01-05 10:15:04 +01:00