summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/lisp-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
| | | | | | Run admin/update-copyright in the master branch. This fixes files that were not already fixed in the emacs-25 branch before it was merged here.
* Incorporate syntax-tests in lisp-tests.Eli Zaretskii2016-09-241-2/+69
| | | | | | * test/lisp/emacs-lisp/lisp-tests.el: Add tests from test/lisp/legacy/syntax-tests.el. * test/lisp/legacy/syntax-tests.el: File deleted.
* Incorporate core-elisp-tests in lisp-testsEli Zaretskii2016-09-241-0/+29
| | | | | | * test/lisp/emacs-lisp/lisp-tests.el: Added tests from test/lisp/legacy/core-elisp-tests.el. * test/lisp/legacy/core-elisp-tests.el: File removed.
* Add forward-sexp (and related) testsAaron S. Hawley2016-02-261-0/+211
* test/lisp/emacs-lisp/lisp-tests.el: New file for testing forward-sexp and related functions (bug#22800).