aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/eshell-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Port Eshell tests to AndroidPo Lu2025-02-261-3/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Support "/dev/null" as a target when creating Eshell handlesJim Porter2024-08-281-0/+8
* Fix redirecting Eshell output to symbols in some placesJim Porter2024-08-281-0/+6
* Use 'eshell-with-handles' in a few more placesJim Porter2024-08-281-0/+6
* Allow using multiple buffers in 'eshell-command'Thierry Volpiatto2024-07-051-0/+21
* Replace use of obsolete eshell-kill-output in testMattias EngdegÄrd2024-02-231-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
| * ; Make sure 'eshell-command' tests don't prompt the userJim Porter2023-04-011-0/+4
| * ; Fix last changeEli Zaretskii2023-04-011-1/+1
| * Fix new Eshell tests on MS-WindowsEli Zaretskii2023-04-011-2/+2
| * Fix using background commands in 'eshell-command'Jim Porter2023-03-311-0/+47
* | Fix behavior of Eshell prompt when yanking output into itJim Porter2023-10-111-0/+19
* | Support Eshell iterative evaluation in the backgroundJim Porter2023-10-021-1/+13
* | ; Fix last changeJim Porter2023-09-171-2/+1
* | Fix running background commands via 'eshell-command'Jim Porter2023-09-171-1/+25
* | ; Move some Eshell tests to more-topical filesJim Porter2023-09-101-69/+0
* | ; Fix Eshell testsJim Porter2023-08-141-6/+3
* | Fix using background commands in 'eshell-command'Jim Porter2023-04-021-0/+44
* | Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-091-0/+28
* | Make 'eshell-bol' obsoleteJim Porter2023-01-141-5/+10
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Fix reference-counting of Eshell I/O handlesJim Porter2022-12-291-9/+10
|/
* Treat escaped newlines in Eshell as the empty stringJim Porter2022-12-071-31/+0
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-041-19/+0
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-16/+15
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-22/+22
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-121-53/+0
* Improve tests/organization for built-in variablesJim Porter2022-07-121-7/+0
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-251-0/+29
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-241-0/+16
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-011-0/+19
* Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-2/+2
* em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton2022-04-021-0/+4
* Move Eshell variable interpolation tests to their own fileJim Porter2022-03-031-68/+0
* Merge from origin/emacs-28Stefan Kangas2022-03-021-0/+4
|\
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-011-0/+4
* | Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter2022-02-051-0/+7
* | Use 'require' to load eshell-tests-helpersJim Porter2022-02-031-10/+4
* | When executing an Eshell pipeline, send input to the first processJim Porter2022-02-031-0/+11
* | Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter2022-02-031-0/+7
* | Rework eshell-match-result for testing asynchronous commandsSean Whitton2022-01-241-3/+2
* | Move Eshell test helpers to their own fileSean Whitton2022-01-241-53/+8
* | Further improve determination of when commands can be invoked directlyJim Porter2022-01-211-0/+7
* | Consider subcommands when deciding to invoke Eshell command directlyJim Porter2022-01-201-0/+23
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1