; cperl-mode.el: Fix fontification of flip-flop (Bug#72296)
authorHarald Jörg <haj@posteo.de>
Thu, 25 Jul 2024 20:00:10 +0000 (22:00 +0200)
committerHarald Jörg <haj@posteo.de>
Thu, 25 Jul 2024 20:00:10 +0000 (22:00 +0200)
commitc27055a938aadec81e4603d00e7d0997c4d2579f
tree2c0e6e58826b51be3b47b49cebc6025893dad218
parentfcd4e4c895de57ade38e609021769e3e63399a14
; cperl-mode.el: Fix fontification of flip-flop (Bug#72296)

* lisp/progmodes/cperl-mode.el (cperl-find-pods-heres): Prevent a
movement of point from bleeding into a following clause.
* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-72296):
Add a test for the flip-flop operator with code from the report.
lisp/progmodes/cperl-mode.el
test/lisp/progmodes/cperl-mode-tests.el