mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* test/lisp/emacs-lisp/cl-print-tests.el (cl-print-tests-1): Fix regexp.
This commit is contained in:
parent
94b59f7dd1
commit
7a50abee22
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
(let ((print-circle t))
|
||||
(should (equal (cl-prin1-to-string `((x . ,x) (y . ,x)))
|
||||
"((x . #1=#s(cl-print--test :a 1 :b 2)) (y . #1#))")))
|
||||
(should (string-match "\\`#f(compiled-function (x) .*)\\'"
|
||||
(should (string-match "\\`#f(compiled-function (x) .*\n\n.*)\\'"
|
||||
(cl-prin1-to-string (symbol-function #'caar))))))
|
||||
|
||||
;;; cl-print-tests.el ends here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue