mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
; * test/lisp/net/eww-tests.el (eww-test--response-function): Fix typo.
This commit is contained in:
parent
90c2e287b7
commit
aec0f610cb
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@
|
|||
|
||||
(defvar eww-test--response-function (lambda (url) (concat "\n" url))
|
||||
"A function for returning a mock response for URL.
|
||||
The default just returns an empty list of headers URL as the body.")
|
||||
The default just returns an empty list of headers and the URL as the
|
||||
body.")
|
||||
|
||||
(defmacro eww-test--with-mock-retrieve (&rest body)
|
||||
"Evaluate BODY with a mock implementation of `eww-retrieve'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue