summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't try to add nil packages on refreshStefan Kangas2019-10-212-0/+18
* * test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.Michael Albinus2019-10-181-2/+3
* Use [^z-a] for matching any character (anychar/anything) in rxMattias Engdegård2019-10-181-3/+3
* Add `unmatchable' as alias for (or) in rx (bug#37659)Mattias Engdegård2019-10-181-0/+2
* Add `anychar' as alias to `anything' in rx (bug#37659)Mattias Engdegård2019-10-181-2/+2
* Fix test data broken by removing trailing whitespace.Eric Ludlam2019-10-151-4/+2
* Adapt the CEDET SRecoder getset tests to use ERTEric Ludlam2019-10-151-0/+177
* Adapt the CEDET SRecoder template test to use ERTEric Ludlam2019-10-151-0/+379
* Copy CEDET/Semantic's tag formatter test suite to be anEric Ludlam2019-10-153-0/+302
* Update CEDET manual tests so that they run.Eric Ludlam2019-10-153-24/+51
* Convert manual CEDET tests from test/manual/cedet to beEric Ludlam2019-10-154-422/+370
* Correctly explain test failures with mixed uni/multibyte stringsMattias Engdegård2019-10-131-0/+23
* Minor tweaks to time-stamp documentation stringsStephen Gildea2019-10-131-1/+1
* Adapt some Tramp testsMichael Albinus2019-10-122-11/+15
* * lisp/emacs-lisp/map.el (map-into) <hash-table>: Allow keyword argsAndrea Corallo2019-10-111-1/+4
* Remove two checkdoc tests checked in by mistakeLars Ingebrigtsen2019-10-111-16/+0
* Port time-stamp-test-time-zone to macOSPaul Eggert2019-10-101-6/+8
* checkdoc CL testsDamien Cassou2019-10-101-0/+106
* Fix formatting of (file-size-human-readable 2047)Lars Ingebrigtsen2019-10-101-0/+6
* time-stamp: revert recent change to "%04y"Stephen Gildea2019-10-091-3/+5
* Expand testing of time-stamp format "%y"Stephen Gildea2019-10-091-12/+26
* Filter packages by name in list-packages. (Bug#36981)Federico Tedin2019-10-081-0/+22
* * lisp/emacs-lisp/package.el (package--get-deps): Fix thinkoStefan Monnier2019-10-081-17/+8
* Add "python3 -m twine" example to comint-password-prompt testsStefan Kangas2019-10-071-0/+1
* Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert2019-10-051-1/+1
* Support GNU make error messages in compile mode.Paul Smith2019-10-051-1/+7
* Remove some XEmacs compat code from the CEDET testsLars Ingebrigtsen2019-10-052-16/+13
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-041-0/+18
* Fix error in gnu compilation-mode regexp (bug#37582)Mattias Engdegård2019-10-041-1/+3
* Make compile-tests re-runnableMattias Engdegård2019-10-041-5/+8
* More doc fixes in package.el (Bug#37544)Stefan Kangas2019-10-041-1/+6
* Further improve button.el support for help-echoBasil L. Contovounesios2019-10-031-0/+56
* Fix typo in last commitMichael Albinus2019-10-031-1/+1
* Further adaptions for shadowfile-tests.elMichael Albinus2019-10-031-10/+15
* Update a substitute-command-keys testGlenn Morris2019-10-011-0/+1
* Move undocumented time-stamp formats closer to format-time-stringStephen Gildea2019-09-301-54/+73
* time-stamp doc: recommend formats closer to format-time-stringStephen Gildea2019-09-301-19/+23
* Update iso8601-tests for new interfaceLars Ingebrigtsen2019-09-291-7/+7
* Add support for sub-second ISO8601 stringsLars Ingebrigtsen2019-09-291-19/+19
* Add `rx-submatch-n' for compatibility (bug#37517)Mattias Engdegård2019-09-291-0/+3
* Fix linear equation system solving in Calc (bug#35374)Mattias Engdegård2019-09-291-0/+103
* Add some commented-out tests for iso8601Lars Ingebrigtsen2019-09-291-7/+19
* Reorganize time-stamp testsStephen Gildea2019-09-281-103/+112
* Don't discard customizations in progress when adding comments (Bug#5358)Mauro Aranda2019-09-271-0/+28
* ; Add traces to shadowfile-tests.elMichael Albinus2019-09-261-0/+8
* Remove support for destructive splicing in elispStefan Kangas2019-09-261-0/+7
* Don't indent unrelated widgets following widget of type 'otherMauro Aranda2019-09-261-0/+77
* Avoid errors in tramp-tests with a remote ksh shellMichael Albinus2019-09-261-0/+13
* Add rx extension mechanismMattias Engdegård2019-09-251-0/+98
* New rx implementationMattias Engdegård2019-09-251-89/+247