From: Stefan Monnier Date: Mon, 30 Aug 2021 14:47:16 +0000 (-0400) Subject: * test/lisp/progmodes/cperl-mode-tests.el: Adjust here-doc tests for perl-mode X-Git-Tag: emacs-28.0.90~1256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=455bed3c72ed7462d6c5122eb1117647a9e694cb;p=emacs.git * test/lisp/progmodes/cperl-mode-tests.el: Adjust here-doc tests for perl-mode (cperl-test-identify-heredoc, cperl-test-identify-no-heredoc): Tweak tests so they can also be used for perl-mode. --- diff --git a/test/lisp/progmodes/cperl-mode-tests.el b/test/lisp/progmodes/cperl-mode-tests.el index 1d7565ae46b..9ab260cc7ca 100644 --- a/test/lisp/progmodes/cperl-mode-tests.el +++ b/test/lisp/progmodes/cperl-mode-tests.el @@ -158,66 +158,61 @@ point in the distant past, and is still broken in perl-mode. " "Test whether a construct containing \"<<\" followed by a bareword is properly identified for a here-document if appropriate." - (skip-unless (eq cperl-test-mode #'cperl-mode)) (let ((here-docs '("$text .= <>) { ...; }" ; double angle bracket operator + '("while (<<>>) {" ; double angle bracket operator "expr <