diff options
| author | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-03-25 16:37:21 -0400 |
| commit | 699c782b7668c44d0fa4446331b0590a6d5dac82 (patch) | |
| tree | 5dcce364741d0761920a3d274b0fc8aba4103d45 /test/eshell.el | |
| parent | 98fb480ee31bf74cf554044f60f21df16566dd7f (diff) | |
| parent | e99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff) | |
| download | emacs-pending.tar.gz emacs-pending.zip | |
Merge from trunkpending
Diffstat (limited to 'test/eshell.el')
| -rw-r--r-- | test/eshell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/eshell.el b/test/eshell.el index 3b392e84c24..7acb34b6029 100644 --- a/test/eshell.el +++ b/test/eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-test.el --- Eshell test suite | 1 | ;;; esh-test.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
| @@ -396,7 +396,7 @@ | |||
| 396 | (eshell-command-result-p "+ ${+ 1 2} 3" "6\n")) | 396 | (eshell-command-result-p "+ ${+ 1 2} 3" "6\n")) |
| 397 | 397 | ||
| 398 | (eshell-deftest var interp-lisp | 398 | (eshell-deftest var interp-lisp |
| 399 | "Interpolate Lisp form evalution" | 399 | "Interpolate Lisp form evaluation" |
| 400 | (eshell-command-result-p "+ $(+ 1 2) 3" "6\n")) | 400 | (eshell-command-result-p "+ $(+ 1 2) 3" "6\n")) |
| 401 | 401 | ||
| 402 | (eshell-deftest var interp-concat | 402 | (eshell-deftest var interp-concat |