summaryrefslogtreecommitdiff
path: root/test/lisp/eshell/esh-var-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * test/lisp/eshell/esh-var-tests.el: Fix incorrect paren placement.Jim Porter2022-11-251-2/+2
* Fix failing eshell alias testsStefan Kangas2022-11-061-9/+11
* Improve handling of $PATH in Eshell for remote directoriesJim Porter2022-10-171-0/+60
* Allow setting the values of variable aliases in EshellJim Porter2022-10-171-0/+145
* ; Allow ignoring errors when calling 'eshell-match-command-output'Jim Porter2022-10-171-9/+6
* Allow using a symbol as an index into an alist in EshellJim Porter2022-09-141-4/+8
* Add 'eshell-command-result-equal' with an ERT explainerJim Porter2022-08-151-215/+176
* Provide ERT explainer for 'eshell-match-command-output'Jim Porter2022-08-151-55/+55
* Fix a recently-added Eshell test on MS-WindowsEli Zaretskii2022-08-131-4/+7
* Make '$?' and '$$' variables more consistent in EshellJim Porter2022-08-121-1/+55
* Ensure Eshell variable aliases properly handle indexingJim Porter2022-07-121-2/+20
* Improve tests/organization for built-in variablesJim Porter2022-07-121-2/+23
* Don't use 'list' command in Eshell command formsJim Porter2022-06-101-2/+3
* Account for remapped faces in $COLUMNS and $LINES in EshellJim Porter2022-06-091-7/+9
* Don't split Eshell expansions by line when using split-subscript operatorJim Porter2022-06-081-1/+8
* Stop esh-var-tests leaving temp files behindGlenn Morris2022-05-041-1/+6
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-031-2/+17
* Return a list of numbers if all lines of an Eshell subcommand are numericJim Porter2022-05-031-1/+7
* Eshell variable expansion should always return strings inside quotesJim Porter2022-05-031-23/+148
* Support applying indices to more Eshell dollar expansionsJim Porter2022-03-081-0/+23
* Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-031-0/+12
* Fix parsing of indices in Eshell expansionsJim Porter2022-03-031-0/+152
* Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-031-0/+49
* Move Eshell variable interpolation tests to their own fileJim Porter2022-03-031-0/+111