1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
emacs/test/lisp/eshell
Jim Porter c12a48c335 Fix handling of '\\' inside double-quotes in Eshell
Previously, Eshell would get confused and think the following command
was unterminated due to the second double-quote looking like it was
escaped:

  echo "\\"

* lisp/eshell/esh-util.el (eshell-find-delimiter): Correct docstring
and treat '\' as an escapeable character when using backslash escapes.

* test/lisp/eshell/eshell-tests.el
(eshell-test/escape-special-quoted): Adapt test.
2022-04-03 14:16:44 +02:00
..
em-basic-tests.el Add tests for Eshell's umask command 2022-03-29 16:50:45 +02:00
em-extpipe-tests.el Inhibit extpipe tests on EMBA, because they apparently time out? 2022-03-07 04:09:27 +01:00
em-hist-tests.el
em-ls-tests.el
em-tramp-tests.el Adapt em-tramp-tests.el 2022-02-06 18:50:16 +01:00
esh-opt-tests.el Treat "-" as a positional arg in 'eshell-eval-using-options' 2022-01-25 13:28:48 +01:00
esh-proc-tests.el Fix esh-proc-tests on macOS 2022-03-13 11:01:59 +01:00
esh-var-tests.el Support applying indices to more Eshell dollar expansions 2022-03-08 15:55:41 +02:00
eshell-tests-helpers.el Send SIGPIPE to external Eshell processes if their output target closes 2022-02-21 18:39:40 +01:00
eshell-tests.el Fix handling of '\\' inside double-quotes in Eshell 2022-04-03 14:16:44 +02:00