summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add Tramp testMichael Albinus2022-05-052-10/+50
* Stop esh-var-tests leaving temp files behindGlenn Morris2022-05-041-1/+6
* Remove unused lexvar in subr-x-tests.elBasil L. Contovounesios2022-05-041-13/+11
* Make some recently added tests actually runLars Ingebrigtsen2022-05-033-35/+37
* Make with-buffer-unmodified-if-unchanged more resilientLars Ingebrigtsen2022-05-031-0/+33
* Improve the behavior of concatenating parts of Eshell argumentsJim Porter2022-05-032-3/+18
* 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
* Fix key-parse problem with C-x ( ... sequencesLars Ingebrigtsen2022-05-031-0/+4
* Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin2022-05-031-0/+80
* Don't leave temp files behind from undigest-testsGlenn Morris2022-05-021-50/+60
* Fix handling double-click-time nil or tStefan Kangas2022-05-021-0/+14
* Fix the OMIT-NULLS + "" case in string-linesLars Ingebrigtsen2022-05-021-0/+1
* Fix string-lines return for ""Lars Ingebrigtsen2022-05-011-0/+2
* Change string-lines semantics slightlyLars Ingebrigtsen2022-05-011-1/+1
* Handle escaped characters in Eshell special references (e.g. buffers)Jim Porter2022-05-012-11/+31
* Handle escaped characters in Eshell argument predicates/modifiersJim Porter2022-05-011-0/+12
* Use a common set of string delimiters for all Eshell predicates/modifiersJim Porter2022-05-011-13/+20
* Fix failing image test on nox buildsBasil L. Contovounesios2022-05-011-1/+2
* Make Python evaluation work more reliablyJin Choi2022-04-301-15/+3
* Add a KEEP-NEWLINES argument to string-linesLars Ingebrigtsen2022-04-301-0/+22
* * test/lisp/replace-tests.el (query-replace-tests): Add more tests (bug#54733)Juri Linkov2022-04-291-6/+36
* Add tests for image-supported-file-pStefan Kangas2022-04-281-0/+12
* Allow inserting and selecting binary blobs from sqliteLars Ingebrigtsen2022-04-281-0/+25
* Revert previous change in test/Makefile.inMichael Albinus2022-04-281-4/+2
* Improve tramp-test46-read-passwordMichael Albinus2022-04-271-2/+6
* ; Fix previous change in test/Makefile.inMichael Albinus2022-04-271-0/+2
* Make test/Makefile more robustMichael Albinus2022-04-271-2/+2
* ; Instrument tramp-test46-read-passwordMichael Albinus2022-04-271-2/+3
* nadvice.el: Use OClosuresStefan Monnier2022-04-261-0/+9
* Pretty print OClosure slot accessorsStefan Monnier2022-04-261-4/+4
* New generic function `oclosure-interactive-form`Stefan Monnier2022-04-261-0/+21
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-261-0/+9
* Support (encode-time (list s m h D M Y))Paul Eggert2022-04-251-0/+9
* Add test for Tramp password handlingMichael Albinus2022-04-252-7/+62
* Fix elc.gz loading test some moreLars Ingebrigtsen2022-04-231-0/+2
* Add a failing test case for bug#12598Lars Ingebrigtsen2022-04-232-0/+40
* Further doc string quoting fixesLars Ingebrigtsen2022-04-221-1/+1
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-225-10/+10
* Fix problem with (narrow-to-page 1) with point at point-maxLars Ingebrigtsen2022-04-221-0/+12
* ; Fix repeated lambda argnames in files-tests.el.Basil L. Contovounesios2022-04-201-2/+2
* Fix regression with multiple mode: entries in the prop lineLars Ingebrigtsen2022-04-192-0/+5
* Allow several mode: elements in the local variable sectionLars Ingebrigtsen2022-04-192-0/+9
* Fix major-mode setting regression when there's a mode: cookieLars Ingebrigtsen2022-04-182-0/+10
* Fix Eshell predicate tests when running from 'make check'Jim Porter2022-04-171-3/+3
* Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-1/+1
* Add 'G' argument predicate in EshellJim Porter2022-04-171-0/+8
* Add unit tests and documentation for Eshell predicates/modifiersJim Porter2022-04-171-0/+521
* Add unit tests and documentation for Eshell pattern-based globsJim Porter2022-04-171-0/+171
* Merge from origin/emacs-28Eli Zaretskii2022-04-161-22/+25
|\