summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/rx-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.
* Fix rx-any with range with ?\] and ?-Noam Postavsky2016-12-181-0/+37
* lisp/emacs-lisp/rx.el: Make sure not to produce a circular list (Bug#25123). * test/lisp/emacs-lisp/rx-tests.el (rx-char-any): New test.