summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Signal error on duplicate key definitionsRobert Pluim2022-08-021-0/+12
* Consider built-in packages to be installedMatt Armstrong2022-08-021-0/+15
* Add tests for url-{hexify,unhex}-stringStefan Kangas2022-08-021-0/+20
* ; Use values instead of trying to ignore themMattias Engdegård2022-07-312-14/+19
* ; Silence byte-compiler in two testsStefan Kangas2022-07-312-2/+4
* Move a test from subr-tests to print-testsLars Ingebrigtsen2022-07-302-10/+10
* ; * test/lisp/subr-tests.el (string-comparison-test): Add more tests.Eli Zaretskii2022-07-281-0/+2
* a couple more `string-equal-ignore-case' test casesSam Steingold2022-07-281-0/+2
* Convert ffap comments to testsStefan Kangas2022-07-281-0/+19
* Add support for user-customizable iconsLars Ingebrigtsen2022-07-281-0/+63
* Ensure that we don't call print-unreadable-function from " prin1"Lars Ingebrigtsen2022-07-282-1/+10
* New test ffap-replace-file-componentStefan Kangas2022-07-281-0/+5
* Remove Tramp instrumentationMichael Albinus2022-07-271-12/+3
* Further Tramp instrumentationMichael Albinus2022-07-272-2/+2
* Avoid mutating default value of erc-server-last-peersF. Jason Park2022-07-271-0/+82
* Fix CTCP regression in erc-server-PRIVMSGF. Jason Park2022-07-273-0/+65
* Allow non-IRC line delimiters with ERC test serverF. Jason Park2022-07-273-28/+72
* ; Instrument Tramp testsMichael Albinus2022-07-272-2/+10
* Update test-print-unreadable-function after fixLars Ingebrigtsen2022-07-271-1/+0
* Add a test for python-mode comment/else problemLars Ingebrigtsen2022-07-271-0/+29
* string-equal-ignore-case: new functionSam Steingold2022-07-261-0/+7
* Add a test for print-unreadable-functionLars Ingebrigtsen2022-07-261-1/+10
* Add duplicate-dwim (bug#56418)Mattias Engdegård2022-07-261-0/+38
* Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim2022-07-261-0/+52
* ; * test/lisp/net/tramp-tests.el (tramp--test-enabled): fix regexpMattias Engdegård2022-07-251-1/+1
* Fix regexp in tramp-tests.elMichael Albinus2022-07-251-1/+1
* ; Instrument tramp-tests.elMichael Albinus2022-07-251-1/+2
* Fix typo in x-dnd-tests.elPo Lu2022-07-251-2/+2
* Refactor TrampMichael Albinus2022-07-242-6/+11
* Throw errors in XDS handler directlyPo Lu2022-07-241-1/+4
* Fix `lsh` warning shortcomings (bug#56641)Mattias Engdegård2022-07-232-23/+26
* Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-0/+26
* Fix off-by-one error in string-truncate-leftLars Ingebrigtsen2022-07-231-0/+5
* Fix srcset parsing in shrLars Ingebrigtsen2022-07-231-0/+15
* Merge from origin/emacs-28Stefan Kangas2022-07-231-3/+3
|\
| * Adjust help-fns.el tests for recent changeStefan Kangas2022-07-231-3/+3
* | Update buffer's chars-modified tick when inserting from gapEli Zaretskii2022-07-211-0/+20
* | Merge from origin/emacs-28Stefan Kangas2022-07-201-6/+6
|\ \ | |/
| * ; Fix typosStefan Kangas2022-07-191-6/+6
* | Speed up `butlast`Mattias Engdegård2022-07-191-0/+17
* | Adapt Tramp new test macrosMichael Albinus2022-07-181-0/+3
* | Speed up `seq-subseq` for lists (bug#56521)Mattias Engdegård2022-07-181-1/+28
* | Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-181-1/+1
* | Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-171-0/+49
* | Merge from origin/emacs-28Stefan Kangas2022-07-172-6/+6
|\ \ | |/
| * ; Fix typosStefan Kangas2022-07-162-6/+6
* | Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-2/+32
* | New test for make_symbol_constantStefan Kangas2022-07-161-0/+4
* | Comment docstrings in tramp-test macrosMichael Albinus2022-07-161-22/+12
* | Extend tramp-testsMichael Albinus2022-07-151-172/+120