]> git.eshelyaron.com Git - emacs.git/commit
Allow non-IRC line delimiters with ERC test server
authorF. Jason Park <jp@neverwas.me>
Sun, 24 Jul 2022 12:14:24 +0000 (05:14 -0700)
committerF. Jason Park <jp@neverwas.me>
Wed, 27 Jul 2022 12:19:09 +0000 (05:19 -0700)
commit69f578e04712616f91080ab26485db9faacb3a70
tree02d0d7ae8e96be6a69996e2e5086c3e645bf818f
parent833a1f2c53cf90e60f5ac37f634f6cc213263004
Allow non-IRC line delimiters with ERC test server

* test/lisp/erc/resources/erc-d/erc-d.el (erc-d-server-fqdn,
erc-d--initialize-client, erc-d--log, erc-d--send, erc-d--filter,
erc-d-run): Add new variable and use it.  Also optionally accept
keyword arguments in `erc-d-run'.

* test/lisp/erc/resources/erc-d/erc-d-tests.el
(erc-d-run-direct-foreign-protocol): Add test demoing newline-only
line-wise protocol.

* test/lisp/erc/resources/erc-d/resources/foreign.eld: New file.
test/lisp/erc/resources/erc-d/erc-d-tests.el
test/lisp/erc/resources/erc-d/erc-d.el
test/lisp/erc/resources/erc-d/resources/foreign.eld [new file with mode: 0644]