emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aec0f610cb5: ; * test/lisp/net/eww-tests.el (eww-test--response-f


From: Jim Porter
Subject: master aec0f610cb5: ; * test/lisp/net/eww-tests.el (eww-test--response-function): Fix typo.
Date: Thu, 7 Mar 2024 15:20:35 -0500 (EST)

branch: master
commit aec0f610cb5aace1301cd230e57844a93d40cccd
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    ; * test/lisp/net/eww-tests.el (eww-test--response-function): Fix typo.
---
 test/lisp/net/eww-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/eww-tests.el b/test/lisp/net/eww-tests.el
index ced84322e3a..bd00893d503 100644
--- a/test/lisp/net/eww-tests.el
+++ b/test/lisp/net/eww-tests.el
@@ -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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]