summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/eshell-tests.el
Commit message (Expand)AuthorAge
* Fix using background commands in 'eshell-command'Jim Porter2023-04-02
* Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-09
* Make 'eshell-bol' obsoleteJim Porter2023-01-14
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Fix reference-counting of Eshell I/O handlesJim Porter2022-12-29
|/
* Treat escaped newlines in Eshell as the empty stringJim Porter2022-12-07
* Simplify Eshell handle functions and add tests/documentationJim Porter2022-09-04
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-15
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-15
* Only set Eshell execution result metavariables when non-nilJim Porter2022-08-12
* Improve tests/organization for built-in variablesJim Porter2022-07-12
* Reset 'eshell-in-pipeline-p' when interpolating commandsJim Porter2022-05-25
* Keep subcommands in pipelines from clobbering the head/tail processesJim Porter2022-05-24
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-01
* Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-03
* em-extpipe: Catch eshell-incomplete thrown while parsingSean Whitton2022-04-02
* Move Eshell variable interpolation tests to their own fileJim Porter2022-03-03
* Merge from origin/emacs-28Stefan Kangas2022-03-02
|\
| * Partially revert b03f74e0f2a578b1580e8b1c368665850ee7f808Jim Porter2022-03-01
* | Ensure that the CAR of 'eshell-last-async-procs' always points to a processJim Porter2022-02-05
* | Use 'require' to load eshell-tests-helpersJim Porter2022-02-03
* | When executing an Eshell pipeline, send input to the first processJim Porter2022-02-03
* | Ensure that tailproc is set for the last process in an Eshell pipelineJim Porter2022-02-03
* | Rework eshell-match-result for testing asynchronous commandsSean Whitton2022-01-24
* | Move Eshell test helpers to their own fileSean Whitton2022-01-24
* | Further improve determination of when commands can be invoked directlyJim Porter2022-01-21
* | Consider subcommands when deciding to invoke Eshell command directlyJim Porter2022-01-20
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-08
|/
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-26
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* Update copyright year to 2021Paul Eggert2021-01-01
* Use lexical-binding in more testsStefan Kangas2020-08-29
* Merge from origin/emacs-27Glenn Morris2020-06-07
|\
| * Silence some byte-compiler warnings in testsBasil L. Contovounesios2020-06-03
* | Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin2020-04-02
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * test/lisp/eshell/eshell-tests.el (with-temp-eshell):Glenn Morris2018-12-09
* | Fix resolving symlinks in Eshell history file namesEli Zaretskii2018-12-09
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Ignore string properties when saving eshell history (Bug#28700)Noam Postavsky2017-10-21
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Give test files a -tests.el suffixPhilipp Stephani2017-06-09