diff options
| author | Erik Šabič <erik.sab@gmail.com> | 2022-05-27 19:28:30 +0200 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2022-05-28 11:57:09 -0700 |
| commit | 741b8641657578926444a80657fb36c3d8c5372d (patch) | |
| tree | 452d6b9d8be2edb90aa9850de785e35a3ca9aff6 | |
| parent | 2f91e7992dae078a9cbc0d7f8e603e02d0abfcb0 (diff) | |
Fix advised function docstring test
| -rw-r--r-- | test/helpful-unit-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
