mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 05:30:50 +00:00

* 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.
5 lines
64 B
Perl
5 lines
64 B
Perl
# -*- mode: cperl -*-
|
|
if ($t->[3]<<5) {
|
|
return 0;
|
|
}
|
|
# comment
|