summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Extend tramp-archive-test45-auto-loadMichael Albinus2022-04-081-22/+25
| * Merge with Tramp 2.5.2.3 (Do not merge with master)Michael Albinus2022-04-071-145/+365
* | Port new tests to leap seconds or (TICKS . HZ)Paul Eggert2022-04-141-33/+15
* | New time-equal-p testPaul Eggert2022-04-141-0/+4
* | Make list-times not include zero elementsLars Ingebrigtsen2022-04-131-2/+7
* | Adapt macOS defaults in Tramp's process-attributes implementationMichael Albinus2022-04-121-0/+45
* | Recognise hybrid IPv6/IPv4 addresses in textsec (bug#54624)Mattias Engdegård2022-04-111-1/+4
* | ses-test Prefix used symbols by ses--Vincent Belaïche2022-04-101-37/+37
* | OClosure: New function `function-documentation`Stefan Monnier2022-04-071-0/+1
* | Fix ses-tests.elVincent Belaïche2022-04-061-37/+44
* | * test/lisp/ses-tests.el: Require ert-x, for ert-simulate-keys.Glenn Morris2022-04-051-0/+1
* | * test/lisp/replace-tests.el: New tests for query-replace (bug#54733)Juri Linkov2022-04-051-0/+66
* | OClosure: add support for `slot-value`Stefan Monnier2022-04-041-1/+18
* | SES with case insensitive cell names for jumping.Vincent Belaïche2022-04-041-0/+55
* | test/lisp/edmacro-tests.el: Adjust to recent changesStefan Monnier2022-04-041-13/+14
* | Faster `string-lessp` for unibyte argumentsMattias Engdegård2022-04-041-0/+43
* | Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-04-041-0/+70
* | Fix handling of '\\' inside double-quotes in EshellJim Porter2022-04-031-2/+2