1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 22:50:37 -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
em-hist-tests.el
em-ls-tests.el
em-tramp-tests.el
esh-opt-tests.el
esh-proc-tests.el
esh-var-tests.el
eshell-tests-helpers.el
eshell-tests.el Fix handling of '\\' inside double-quotes in Eshell 2022-04-03 14:16:44 +02:00