summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/eshell-tests.el
AgeCommit message (Expand)Author
2024-08-28Support "/dev/null" as a target when creating Eshell handlesJim Porter
2024-08-28Fix redirecting Eshell output to symbols in some placesJim Porter
2024-08-28Use 'eshell-with-handles' in a few more placesJim Porter
2024-07-05Allow using multiple buffers in 'eshell-command'Thierry Volpiatto
2024-02-23Replace use of obsolete eshell-kill-output in testMattias EngdegÄrd
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-11Fix behavior of Eshell prompt when yanking output into itJim Porter
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-09-17; Fix last changeJim Porter
2023-09-17Fix running background commands via 'eshell-command'Jim Porter
2023-09-10; Move some Eshell tests to more-topical filesJim Porter
2023-08-14; Fix Eshell testsJim Porter
2023-04-02Fix using background commands in 'eshell-command'Jim Porter
2023-04-01; Make sure 'eshell-command' tests don't prompt the userJim Porter
2023-04-01; Fix last changeEli Zaretskii
2023-04-01Fix new Eshell tests on MS-WindowsEli Zaretskii
2023-03-31Fix using background commands in 'eshell-command'Jim Porter
2023-02-09Ensure that Eshell users can run lines of command output as inputJim Porter
2023-01-14Make 'eshell-bol' obsoleteJim Porter
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-29Fix reference-counting of Eshell I/O handlesJim Porter
2022-12-07Treat escaped newlines in Eshell as the empty stringJim Porter
2022-09-04Simplify Eshell handle functions and add tests/documentationJim Porter
2022-08-15Add 'eshell-command-result-equal' with an ERT explainerJim Porter
2022-08-15Provide ERT explainer for 'eshell-match-command-output'Jim Porter
2022-08-12Only set Eshell execution result metavariables when non-nilJim Porter
2022-07-12Improve tests/organization for built-in variablesJim Porter
2022-05-25Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter
2022-05-24Keep subcommands in pipelines from clobbering the head/tail processesJim Porter
2022-05-01Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter
2022-04-03Fix handling of '\\' inside double-quotes in EshellJim Porter
2022-04-02em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton
2022-03-03Move Eshell variable interpolation tests to their own fileJim Porter
2022-03-02Merge from origin/emacs-28Stefan Kangas
2022-03-01Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter
2022-02-05Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter
2022-02-03Use 'require' to load eshell-tests-helpersJim Porter
2022-02-03When executing an Eshell pipeline, send input to the first processJim Porter
2022-02-03Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter
2022-01-24Rework eshell-match-result for testing asynchronous commandsSean Whitton
2022-01-24Move Eshell test helpers to their own fileSean Whitton
2022-01-21Further improve determination of when commands can be invoked directlyJim Porter
2022-01-20Consider subcommands when deciding to invoke Eshell command directlyJim Porter
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-08Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-04-19; Normalize and add missing first and last linesStefan Kangas