]> git.eshelyaron.com Git - emacs.git/commit
Add test for erc-cmd-SQUERY
authorF. Jason Park <jp@neverwas.me>
Fri, 17 Nov 2023 21:26:00 +0000 (13:26 -0800)
committerF. Jason Park <jp@neverwas.me>
Sat, 18 Nov 2023 20:34:56 +0000 (12:34 -0800)
commitcc7e008dce1df9d2472338b1fc3cc766166e9e55
treeb4b74a0f0275489a9a2a1fcbdbc5043cb2707a42
parent64174ae148d0d81f232d41ecaaa4de17692cf315
Add test for erc-cmd-SQUERY

* lisp/erc/erc-backend.el (erc-message): Revise doc string.
* test/lisp/erc/erc-scenarios-base-misc-regressions.el (erc-cmd-MOTD):
Move test to another file specifically for slash commands.
* test/lisp/erc/erc-scenarios-misc-commands.el: New file.
* test/lisp/erc/resources/base/commands/motd.eld: Move file elsewhere.
* test/lisp/erc/resources/commands/motd.eld: "New" file, moved here
reusing the same Git blob from now deleted subdir base/commands.
* test/lisp/erc/resources/commands/squery.eld: New file.  (Bug#67209)
lisp/erc/erc-backend.el
test/lisp/erc/erc-scenarios-base-misc-regressions.el
test/lisp/erc/erc-scenarios-misc-commands.el [new file with mode: 0644]
test/lisp/erc/resources/base/commands/motd.eld [deleted file]
test/lisp/erc/resources/commands/motd.eld [new file with mode: 0644]
test/lisp/erc/resources/commands/squery.eld [new file with mode: 0644]