]> git.eshelyaron.com Git - emacs.git/commit
Make rcirc parsing more RFC2812 compliant (Bug#36233)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 16 Jun 2019 17:48:56 +0000 (13:48 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 22 Jun 2019 23:25:44 +0000 (19:25 -0400)
commitf46b16b9fb00d341f222422a9514f5bd62f29971
treee42e73ce40e790018f6a3cdf88af5bb141fb1d8a
parent96ebbf44b076b165943caefc1bbb0ff4c0f12b6b
Make rcirc parsing more RFC2812 compliant (Bug#36233)

Do continue to allow multiple spaces between arguments, even though
that is technically not allowed by the RFC.
* lisp/net/rcirc.el (rcirc-process-server-response-1): Fix parsing of
arguments which contain colons.
* test/lisp/net/rcirc-tests.el: New test.
lisp/net/rcirc.el
test/lisp/net/rcirc-tests.el [new file with mode: 0644]