aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Add test suite for buff-menu.elTino Calancha2016-11-191-0/+46
* | | | | | | | | | | | | | | | | | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-1/+1
* | | | | | | | | | | | | | | | | | Add example for bug#24854Dmitry Gutov2016-11-181-0/+3
* | | | | | | | | | | | | | | | | | Add tests for rot13.elSimen Heggestøyl2016-11-171-0/+54
* | | | | | | | | | | | | | | | | | Do not use map.el in seq-tests.elNicolas Petton2016-11-161-7/+5
* | | | | | | | | | | | | | | | | | Complete the name of PostgreSQL databasesSimen Heggestøyl2016-11-151-0/+47
* | | | | | | | | | | | | | | | | | Implement connection-local variablesMichael Albinus2016-11-141-0/+297
* | | | | | | | | | | | | | | | | | Refine multi-hop specs in TrampMichael Albinus2016-11-091-5/+8
* | | | | | | | | | | | | | | | | | Avoid infloop in pythonDaniel Colascione2016-11-081-0/+7
* | | | | | | | | | | | | | | | | | ; Spelling fixesPaul Eggert2016-11-041-1/+1
* | | | | | | | | | | | | | | | | | (thing-at-point 'list) return nil if no list at pointTino Calancha2016-11-031-1/+0
* | | | | | | | | | | | | | | | | | Add more tests for Bug#24627Tino Calancha2016-10-271-2/+24
* | | | | | | | | | | | | | | | | | * lisp/shell.el (shell--unquote&requote-argument): Match data misuseFilipp Gunbin2016-10-261-0/+33
* | | | | | | | | | | | | | | | | | Add seq-random-elt to seq.elDamien Cassou2016-10-251-0/+17
* | | | | | | | | | | | | | | | | | Minor fixes to cc-mode-tests.elPhilipp Stephani2016-10-201-1/+8
* | | | | | | | | | | | | | | | | | cl-seq: Remove max limit on input sequence lengthTino Calancha2016-10-201-1/+0
* | | | | | | | | | | | | | | | | | Add tests for foreign completions in CSS modeSimen Heggestøyl2016-10-151-1/+35
* | | | | | | | | | | | | | | | | | Fix crash in evaluating functionsPhilipp Stephani2016-10-131-0/+35
* | | | | | | | | | | | | | | | | | Add test for Bug#24627Tino Calancha2016-10-131-0/+15
* | | | | | | | | | | | | | | | | | Don’t consider nested let-alist formsPhilipp Stephani2016-10-081-0/+8
* | | | | | | | | | | | | | | | | | Make querying to kill processes customizablePhilipp Stephani2016-10-011-0/+23
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-09-267-18/+333
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix tagging of DEFUN by etagsEli Zaretskii2016-09-217-18/+333
* | | | | | | | | | | | | | | | | | Update test suite files due to removal of test/lisp/legacyEli Zaretskii2016-09-242-3/+3
* | | | | | | | | | | | | | | | | | ; * test/src/undo-tests.el: Moved from test/lisp/legacy/.Eli Zaretskii2016-09-241-0/+0
* | | | | | | | | | | | | | | | | | ; * test/src/textprop-tests.el: Minor copyedits.Eli Zaretskii2016-09-241-0/+3
* | | | | | | | | | | | | | | | | | ; * Move test/lisp/legacy/textprop-tests.el to test/src/.Eli Zaretskii2016-09-241-0/+0
* | | | | | | | | | | | | | | | | | Incorporate syntax-tests in lisp-tests.Eli Zaretskii2016-09-242-99/+69
* | | | | | | | | | | | | | | | | | ; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el.Eli Zaretskii2016-09-241-0/+1
* | | | | | | | | | | | | | | | | | Incorporate occur-tests in replace-testsEli Zaretskii2016-09-242-353/+327
* | | | | | | | | | | | | | | | | | Incorporate lexbind-tests.el in bytecomp-test.elEli Zaretskii2016-09-242-76/+42
* | | | | | | | | | | | | | | | | | ; * test/src/font-tests.el: Minor copyedits.Eli Zaretskii2016-09-241-2/+3
* | | | | | | | | | | | | | | | | | ; * test/src/font-tests.el: Moved from test/lisp/legacy/font-parse-tests.el.Eli Zaretskii2016-09-241-0/+0
* | | | | | | | | | | | | | | | | | ; * test/lisp/files-tests.el: Minor copyedits.Eli Zaretskii2016-09-241-2/+3
* | | | | | | | | | | | | | | | | | ; * test/lisp/files-tests.el: Moved from test/lisp/legacy/.Eli Zaretskii2016-09-241-0/+0
* | | | | | | | | | | | | | | | | | Incorporate core-elisp-tests in lisp-testsEli Zaretskii2016-09-242-52/+29
* | | | | | | | | | | | | | | | | | Move coding-tests.el and decoder-test.el to their placesEli Zaretskii2016-09-242-350/+326
* | | | | | | | | | | | | | | | | | ; * test/src/coding-tests.el: Moved from test/lisp/legacy/.Eli Zaretskii2016-09-241-0/+0
* | | | | | | | | | | | | | | | | | ; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.Eli Zaretskii2016-09-241-2/+3
* | | | | | | | | | | | | | | | | | ; * test/lisp/emacs-lisp/bytecomp-tests.el: Moved from test/lisp/.Eli Zaretskii2016-09-241-0/+0
* | | | | | | | | | | | | | | | | | ; * test/lisp/bytecomp-tests.el: Moved from test/lisp/legacy/.Eli Zaretskii2016-09-241-1/+0
* | | | | | | | | | | | | | | | | | Update the bidi test code and dataEli Zaretskii2016-09-172-6/+51
* | | | | | | | | | | | | | | | | | Add test for Bug#21454Tino Calancha2016-09-131-0/+28
* | | | | | | | | | | | | | | | | | Don't require isearch-update before isearch-doneNoam Postavsky2016-09-101-0/+8
* | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/ring.el: Use lexical-bindingSimen Heggestøyl2016-09-091-0/+2
* | | | | | | | | | | | | | | | | | Split regex character class test into smaller chunksMichal Nazarewicz2016-09-091-44/+46
* | | | | | | | | | | | | | | | | | Add tests for ring.elSimen Heggestøyl2016-09-081-0/+204
* | | | | | | | | | | | | | | | | | New file test/src/marker-tests.elMartin Rudalics2016-09-081-0/+60
* | | | | | | | | | | | | | | | | | Improve testing of etagsEli Zaretskii2016-08-319-1070/+88
* | | | | | | | | | | | | | | | | | ; Spelling and quotation fixesPaul Eggert2016-08-301-1/+1