]> git.eshelyaron.com Git - emacs.git/commit
; cperl-mode.el: Fix two indentation bugs (Bug#11733)
authorHarald Jörg <haj@posteo.de>
Sat, 1 Jul 2023 22:35:31 +0000 (00:35 +0200)
committerHarald Jörg <haj@posteo.de>
Sat, 1 Jul 2023 22:37:10 +0000 (00:37 +0200)
commit9b9dcc146ba8132ef02afd12f20b302a78c7bbe2
treeb82e2d16cc9960da54a994e2d76ce5adaaf05db1
parenta371e1def79dcb2a6448f4b673aea0920c9788d3
; cperl-mode.el: Fix two indentation bugs (Bug#11733)

* lisp/progmodes/cperl-mode.el (cperl-sniff-for-indent): Detect
whether we have a label or a regex/string.
(cperl-calculate-indent): Check for things which look like labels
but aren't.

* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-11733):
Test the examples provided in the bug report.

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