From 94ac594308f4a6964ce898879ea88554026ba45c Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 10 Sep 2024 08:56:34 +0200 Subject: [PATCH] ; Update scope.el tests --- test/lisp/emacs-lisp/scope-tests.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lisp/emacs-lisp/scope-tests.el b/test/lisp/emacs-lisp/scope-tests.el index 4258c3f8b4d..a85aee30033 100644 --- a/test/lisp/emacs-lisp/scope-tests.el +++ b/test/lisp/emacs-lisp/scope-tests.el @@ -37,6 +37,7 @@ (when (and bar spam baz) (ignore bar baz))) (ignore baz))" '((2 5 nil) + (8 3 nil) (13 3 13) (17 3 17) (25 4 nil) @@ -68,6 +69,7 @@ (dolist (op ops) (push be (alist-get op op-be-alist))))))) op-be-alist))" '((2 5 nil) + (8 17 nil) (104 3 nil) (110 11 110) (133 16 nil) @@ -99,6 +101,7 @@ (pcase-dolist (`(,k . ,v) ,env) (push k ,syms) (push v ,vals)) (cl-progv ,syms ,vals ,@body))))" '((2 8 nil) + (11 32 nil) (45 3 45) (55 4 55) (130 3 nil) -- 2.39.2