From 7616564a8494384b79869e273b8e7b159a6ec946 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Sun, 3 Nov 2024 20:21:12 -0800 Subject: [PATCH] ; * test/lisp/eshell/esh-cmd-tests.el: Fix last change. (cherry picked from commit 9cfd13ff44e8d6f56a1025207c833ab45a7d51ba) --- test/lisp/eshell/esh-cmd-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/eshell/esh-cmd-tests.el b/test/lisp/eshell/esh-cmd-tests.el index 64ac3a8c2f6..3b1fbafe4d1 100644 --- a/test/lisp/eshell/esh-cmd-tests.el +++ b/test/lisp/eshell/esh-cmd-tests.el @@ -354,7 +354,7 @@ processes correctly." ;; doesn't count. (let ((eshell-test-value "1..5")) (eshell-match-command-output "for i in $eshell-test-value { echo $i }" - "1..5\n"))))) + "1..5\n")))) (ert-deftest esh-cmd-test/for-loop-mixed-args () "Test invocation of a for loop iterating over multiple arguments." -- 2.39.5