From c9c51984e2caa303e7f008272ea2bc806dbf3cc0 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Sun, 12 Sep 2021 17:34:16 -0700 Subject: [PATCH 0/1] *** SUBJECT HERE *** *** BLURB HERE *** F. Jason Park (1): Add CRLF to outgoing ERC protocol logger lines lisp/erc/erc.el | 79 ++++++++++++++++++++++++-------------- test/lisp/erc/erc-tests.el | 36 +++++++++++++++++ 2 files changed, 87 insertions(+), 28 deletions(-) Interdiff: diff --git a/test/lisp/erc/erc-tests.el b/test/lisp/erc/erc-tests.el index 5a362628fa..f94b52ec9f 100644 --- a/test/lisp/erc/erc-tests.el +++ b/test/lisp/erc/erc-tests.el @@ -129,7 +129,8 @@ erc-log-irc-protocol (setq erc-network 'FooNet) (erc-log-irc-protocol ":irc.gnu.org 422 tester :MOTD missing") (setq erc-network 'BarNet) - (erc-log-irc-protocol ":irc.gnu.org 221 tester +i"))) + (erc-log-irc-protocol ":irc.gnu.org 221 tester +i") + (delete-process erc-server-process))) (with-current-buffer "*erc-protocol*" (goto-char (point-min)) (search-forward "myproxy.localhost:6667 >> PASS") -- 2.31.1