Fix recently added cperl test
* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-here-doc-missing-end): Fix quote regexp.
This commit is contained in:
parent
00edc8329a
commit
c1c2266a1c
1 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ issued by CPerl mode."
|
|||
(goto-char (point-min))
|
||||
(funcall cperl-test-mode)
|
||||
(cperl-find-pods-heres)
|
||||
(should (string-match "End of here-document [‘']HERE[’']"
|
||||
(should (string-match "End of here-document [‘'`]HERE[’']"
|
||||
collected-messages))))
|
||||
(ert-with-message-capture collected-messages
|
||||
(with-temp-buffer
|
||||
|
@ -242,7 +242,7 @@ issued by CPerl mode."
|
|||
(goto-char (point-min))
|
||||
(funcall cperl-test-mode)
|
||||
(cperl-find-pods-heres)
|
||||
(should (string-match "End of here-document [‘']THERE[’']"
|
||||
(should (string-match "End of here-document [‘'`]THERE[’']"
|
||||
collected-messages)))))
|
||||
|
||||
(defvar perl-continued-statement-offset)
|
||||
|
|
Loading…
Add table
Reference in a new issue