diff options
| author | Harald Jörg | 2025-01-14 12:17:47 +0100 |
|---|---|---|
| committer | Harald Jörg | 2025-01-14 12:17:47 +0100 |
| commit | b981889e9ee0a37f1bc8e2c9b90a5d154c1d032e (patch) | |
| tree | fd9ba0b2cf015f8c03f8d81864bf29c0c92676e5 /test | |
| parent | 6a864ef8f39b8ec25c33479a8ac57b62fd10cfe7 (diff) | |
| download | emacs-b981889e9ee0a37f1bc8e2c9b90a5d154c1d032e.tar.gz emacs-b981889e9ee0a37f1bc8e2c9b90a5d154c1d032e.zip | |
; cperl-mode-tests.el: Don't run the newest test in perl-mode
* test/lisp/progmodes/cperl-mode-tests.el (cperl-test-bug-74245): Skip
if not in cperl-mode
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/cperl-mode-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/progmodes/cperl-mode-tests.el b/test/lisp/progmodes/cperl-mode-tests.el index e54790256ab..dab4ad5ecf5 100644 --- a/test/lisp/progmodes/cperl-mode-tests.el +++ b/test/lisp/progmodes/cperl-mode-tests.el | |||
| @@ -1592,6 +1592,7 @@ and the slash, then we have a division." | |||
| 1592 | (ert-deftest cperl-test-bug-74245 () | 1592 | (ert-deftest cperl-test-bug-74245 () |
| 1593 | "Verify that a bare \"$\" can appear at the end of a subroutine signature. | 1593 | "Verify that a bare \"$\" can appear at the end of a subroutine signature. |
| 1594 | It must not be mistaken for \"$)\"." | 1594 | It must not be mistaken for \"$)\"." |
| 1595 | (skip-unless (eq cperl-test-mode #'cperl-mode)) | ||
| 1595 | (cperl--run-test-cases | 1596 | (cperl--run-test-cases |
| 1596 | (ert-resource-file "cperl-bug-74245.pl") | 1597 | (ert-resource-file "cperl-bug-74245.pl") |
| 1597 | (while (null (eobp)) | 1598 | (while (null (eobp)) |