mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * test/lisp/erc/erc-networks-tests.el: escape *s in regexp
This commit is contained in:
parent
06cd24698e
commit
bffca6070f
1 changed files with 1 additions and 1 deletions
|
|
@ -1187,7 +1187,7 @@
|
|||
nil (make-erc-response)))))
|
||||
(should (string-match-p "failed" (cadr err)))
|
||||
(should (eq (car err) 'error)))
|
||||
(should (string-match-p "*** Failed" (car (pop calls)))))))
|
||||
(should (string-match-p (rx "*** Failed") (car (pop calls)))))))
|
||||
|
||||
(erc-networks-tests--clean-bufs)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue