[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/relint 16d41a55ce 05/10: Reactivate test that requires
From: |
ELPA Syncer |
Subject: |
[elpa] externals/relint 16d41a55ce 05/10: Reactivate test that requires Emacs 27 |
Date: |
Sat, 28 Dec 2024 15:58:51 -0500 (EST) |
branch: externals/relint
commit 16d41a55ce888969f688e075a0f0a7e81f4529dd
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>
Reactivate test that requires Emacs 27
---
test/4.elisp | 12 ++++++------
test/4.expected | 3 +++
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/test/4.elisp b/test/4.elisp
index be9038e558..8aedf02764 100644
--- a/test/4.elisp
+++ b/test/4.elisp
@@ -28,12 +28,12 @@
;; Test rx
(defvar my-sub-rx '(one-or-more nonl))
-;;;(defun test-rx () ; Emacs 27-specific test; disable until it's out.
-;;; (looking-at (concat (rx (eval my-sub-rx)
-;;; (literal (string ?a ?b))
-;;; (regexp (concat "c" "+"))
-;;; (regex (string ?d)))
-;;; "^")))
+(defun test-rx ()
+ (looking-at (concat (rx (eval my-sub-rx)
+ (literal (string ?a ?b))
+ (regexp (concat "c" "+"))
+ (regex (string ?d)))
+ "^")))
;; Test macro expansion
(defmacro my-macro (x)
diff --git a/test/4.expected b/test/4.expected
index baf20ca36c..ce5baae7b9 100644
--- a/test/4.expected
+++ b/test/4.expected
@@ -37,6 +37,9 @@
4.elisp:26:24-24: In call to looking-at: Unescaped literal `+' (pos 0)
"+c"
^
+4.elisp:32:15: In call to looking-at: Unescaped literal `^' (pos 13)
+ ".+ab\\(?:c+\\)d^"
+ ...............^
4.elisp:43:15: In call to looking-at: Unescaped literal `^' (pos 1)
"a^"
.^
- [elpa] externals/relint updated (a9a792dccb -> 59374b7ff9), ELPA Syncer, 2024/12/28
- [elpa] externals/relint 1e91e63d1a 03/10: Use modern defface syntax, ELPA Syncer, 2024/12/28
- [elpa] externals/relint 97435bc7cd 06/10: More robust evaluation of cl-labels, cl-flet and cl-flet*, ELPA Syncer, 2024/12/28
- [elpa] externals/relint 59374b7ff9 10/10: Work around a pcase backquote restriction in Emacs 31, ELPA Syncer, 2024/12/28
- [elpa] externals/relint dde3ae5ffb 07/10: Don't attempt to expand pcase, ELPA Syncer, 2024/12/28
- [elpa] externals/relint 2c7842e1f6 04/10: Count unsuppressed problems in summary, ELPA Syncer, 2024/12/28
- [elpa] externals/relint 92b3cfa058 09/10: Eliminate a big memq in evaluator, ELPA Syncer, 2024/12/28
- [elpa] externals/relint c13913d439 01/10: Makefile: don't attempt to build unrelated files, ELPA Syncer, 2024/12/28
- [elpa] externals/relint 9ab8cec363 08/10: No special case needed for cl--block-wrapper, ELPA Syncer, 2024/12/28
- [elpa] externals/relint 16d41a55ce 05/10: Reactivate test that requires Emacs 27,
ELPA Syncer <=
- [elpa] externals/relint d6b7c042b1 02/10: Add .gitignore, ELPA Syncer, 2024/12/28