aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer ert-with-temp-(directory|file) in most remaining testsStefan Kangas2021-11-084-83/+81
* Improve detection of suspiciously reordered text segmentsEli Zaretskii2021-11-071-1/+21
* Prefer ert-with-temp-(directory|file)Stefan Kangas2021-11-074-62/+58
* Replace some macros with ert-with-temp-(file|directory)Stefan Kangas2021-11-064-59/+12
* Improve detection of suspicious reordering in source codeEli Zaretskii2021-11-061-1/+21
* Better detection of potentially malicious bidi textEli Zaretskii2021-11-041-0/+15
* Update keymap-tests after recent changesdickmao2021-11-021-6/+6
* Add test for Bug#51527Stefan Kangas2021-10-311-0/+6
* Remove workaround for fixed Bug#6581 from ertStefan Kangas2021-10-311-24/+24
* Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-311-0/+27
* Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-0/+43
* Add tests for gif to src/image-tests.elStefan Kangas2021-10-241-31/+48
* Add WebP image format support (Bug#51296)Stefan Kangas2021-10-221-2/+21
* Merge from origin/emacs-28Glenn Morris2021-10-211-1/+1
|\
| * ; Fix typoStefan Kangas2021-10-201-1/+1
* | Add a comment to the Turkish casefiddle testLars Ingebrigtsen2021-10-211-0/+3
* | Add some tests for floatfns.cStefan Kangas2021-10-201-0/+62
* | Further fixes for Turkish case changes in unibyte stringsLars Ingebrigtsen2021-10-201-0/+13
* | Add some tests for fns.cStefan Kangas2021-10-201-0/+23
* | Make image-tests work in a no-x buildLars Ingebrigtsen2021-10-191-12/+16
* | Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen2021-10-191-0/+7
* | Add tests for image.cStefan Kangas2021-10-181-0/+205
* | Merge from origin/emacs-28Paul Eggert2021-10-131-1/+4
|\ \ | |/
| * Fix test bug when calloc returns nullPaul Eggert2021-10-121-1/+4
* | ; * test/src/emacs-module-tests.el: Instrument for bug#50902.Michael Albinus2021-10-111-0/+5
* | Merge from origin/emacs-28Glenn Morris2021-10-111-0/+6
|\ \ | |/
| * New function num-processorsPaul Eggert2021-10-101-0/+6
* | Make 'mapconcat' argument 'separator' optionalStefan Kangas2021-10-051-0/+17
|/
* Fix checkdoc-related test failureLars Ingebrigtsen2021-09-271-1/+2
* Fix two doc-related test failuresLars Ingebrigtsen2021-09-271-2/+2
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-2623-55/+77
* Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård2021-09-251-24/+33
* Fix string-distance for two empty stringsPhilip Kaludercic2021-09-231-1/+9
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Fix performance degradation in commands that describe key bindingsEli Zaretskii2021-09-181-1/+2
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-0/+9
* Adjust test to describe-function changesLars Ingebrigtsen2021-09-081-1/+3
* Add new variable 'kill-buffer/delete-auto-save-files'Lars Ingebrigtsen2021-08-231-0/+63
* Make parse-partial-sexp signal an error if TO is smaller than FROMLars Ingebrigtsen2021-08-211-0/+6
* Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen2021-08-161-1/+22
* Add XLFD font parsing testsLars Ingebrigtsen2021-08-121-0/+25
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-0/+42
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-17/+17
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-251-3/+6
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-241-0/+5
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-1/+7
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+8
* Avoid byte-compilation warningEli Zaretskii2021-07-221-2/+2