diff options
| author | Stefan Monnier | 2024-03-22 18:44:54 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2024-03-22 18:44:54 -0400 |
| commit | 7e32e8392ab77f9df08a1f11831cbba2242d721f (patch) | |
| tree | 8e8635ea3eb756a6c3f530a1319e0d0fc65db83c /test/src/emacs-module-tests.el | |
| parent | 3197d7015b854944e326d68c5307b38f0a0d2d53 (diff) | |
| download | emacs-7e32e8392ab77f9df08a1f11831cbba2242d721f.tar.gz emacs-7e32e8392ab77f9df08a1f11831cbba2242d721f.zip | |
Fix recent test regressions
* lisp/emacs-lisp/pp.el (pp-fill): Don't cut between `#` and `(`.
* test/lisp/help-fns-tests.el (help-fns-test-built-in)
(help-fns-test-interactive-built-in, help-fns-test-lisp-defun)
(help-fns-test-lisp-defsubst):
* test/src/emacs-module-tests.el (module/describe-function-1):
Adjust tests to new wording in `describe-function`.
Diffstat (limited to 'test/src/emacs-module-tests.el')
| -rw-r--r-- | test/src/emacs-module-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index fd0647275a0..052fd83dc85 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -315,7 +315,7 @@ local reference." | |||
| 315 | (replace-match "`src/emacs-module-resources/")) | 315 | (replace-match "`src/emacs-module-resources/")) |
| 316 | (should (equal | 316 | (should (equal |
| 317 | (buffer-substring-no-properties 1 (point-max)) | 317 | (buffer-substring-no-properties 1 (point-max)) |
| 318 | (format "a module function in `src/emacs-module-resources/mod-test%s'. | 318 | (format "a module-function in `src/emacs-module-resources/mod-test%s'. |
| 319 | 319 | ||
| 320 | (mod-test-sum a b) | 320 | (mod-test-sum a b) |
| 321 | 321 | ||