]> git.eshelyaron.com Git - emacs.git/commit
Handle raw bytes, and LF in ranges, in rx `any' argument strings
authorMattias EngdegÄrd <mattiase@acm.org>
Sat, 29 Dec 2018 10:09:27 +0000 (11:09 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Dec 2018 14:53:27 +0000 (16:53 +0200)
commitb71d4ce056ca291594682b2a8536a4a768a97330
treea3a2094b1611d1039cc3d728816e9652c83f2a22
parentfb10834a602416f8422131d5ce9dabcc28e57be4
Handle raw bytes, and LF in ranges, in rx `any' argument strings

* lisp/emacs-lisp/rx.el (rx-check-any-string): Rewrite to handle raw bytes
in unibyte strings and accept LF as range endpoints (Bug#33205).
* test/lisp/emacs-lisp/rx-tests.el: Add tests for the above.
lisp/emacs-lisp/rx.el
test/lisp/emacs-lisp/rx-tests.el