From 741b8641657578926444a80657fb36c3d8c5372d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20=C5=A0abi=C4=8D?= Date: Fri, 27 May 2022 19:28:30 +0200 Subject: Fix advised function docstring test --- test/helpful-unit-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el index a07aa8e..1a61a6f 100644 --- a/test/helpful-unit-test.el +++ b/test/helpful-unit-test.el @@ -119,7 +119,7 @@ bar"))) (should (equal (helpful--docstring #'test-foo-advised t) - "Docstring here too."))) + "Docstring here too.\n\nThis function has :around advice: `ad-Advice-test-foo-advised'."))) (defun test-foo-no-docstring () nil) -- cgit v1.0