; * test/lisp/eshell/esh-cmd-tests.el: Fix last change.
This commit is contained in:
parent
ee87af4f16
commit
9cfd13ff44
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue