]> git.eshelyaron.com Git - emacs.git/commit
Make the rx operators \? and \?? behave correctly
authorMattias EngdegÄrd <mattiase@acm.org>
Wed, 16 Jan 2019 13:57:12 +0000 (14:57 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Feb 2019 09:39:43 +0000 (11:39 +0200)
commitdecdff76fb185f87145940cc3b91549f84600a87
treecc3bc3fd672616f1880472c066bee367450e072d
parentb01a4295c2f9bb58858880e4e28b05cc8396791c
Make the rx operators \? and \?? behave correctly

* lisp/emacs-lisp/rx.el (rx-kleene):
Treat \? and \?? like ? and ?? (Bug#34100).
* test/lisp/emacs-lisp/rx-tests.el: Add tests for all repetition operators.
lisp/emacs-lisp/rx.el
test/lisp/emacs-lisp/rx-tests.el