diff options
| author | Jim Porter | 2024-11-03 20:21:12 -0800 |
|---|---|---|
| committer | Jim Porter | 2024-11-03 20:21:12 -0800 |
| commit | 9cfd13ff44e8d6f56a1025207c833ab45a7d51ba (patch) | |
| tree | f971a4d5483c4722262d7c73db8b1800f97d4fa3 /test | |
| parent | ee87af4f1603d2042afa641e74df0403a49af1c5 (diff) | |
| download | emacs-9cfd13ff44e8d6f56a1025207c833ab45a7d51ba.tar.gz emacs-9cfd13ff44e8d6f56a1025207c833ab45a7d51ba.zip | |
; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/eshell/esh-cmd-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 354 | ;; doesn't count. | 354 | ;; doesn't count. |
| 355 | (let ((eshell-test-value "1..5")) | 355 | (let ((eshell-test-value "1..5")) |
| 356 | (eshell-match-command-output "for i in $eshell-test-value { echo $i }" | 356 | (eshell-match-command-output "for i in $eshell-test-value { echo $i }" |
| 357 | "1..5\n"))))) | 357 | "1..5\n")))) |
| 358 | 358 | ||
| 359 | (ert-deftest esh-cmd-test/for-loop-mixed-args () | 359 | (ert-deftest esh-cmd-test/for-loop-mixed-args () |
| 360 | "Test invocation of a for loop iterating over multiple arguments." | 360 | "Test invocation of a for loop iterating over multiple arguments." |