Fix failing ERC test
* test/lisp/erc/erc-tests.el (erc--update-modules/unknown): Fix test failing due to grave/curve quote.
This commit is contained in:
parent
baf14aa16a
commit
d1fa9f1956
1 changed files with 3 additions and 1 deletions
|
@ -2615,7 +2615,9 @@
|
|||
(let* ((erc-modules '(foo))
|
||||
(obarray (obarray-make))
|
||||
(err (should-error (erc--update-modules erc-modules))))
|
||||
(should (equal (cadr err) "`foo' is not a known ERC module"))
|
||||
(should (string-match (rx bos (any "`‘") "foo" (any "'’")
|
||||
" is not a known ERC module" eos)
|
||||
(cadr err)))
|
||||
(should (equal (funcall get-calls)
|
||||
`((req . ,(intern-soft "erc-foo")))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue