emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master de610c4: Update a cl-print test


From: Glenn Morris
Subject: [Emacs-diffs] master de610c4: Update a cl-print test
Date: Wed, 8 Mar 2017 14:43:23 -0500 (EST)

branch: master
commit de610c4b678e4634e20baa2afee7d8c921e1e3fc
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Update a cl-print test
    
    * test/lisp/emacs-lisp/cl-print-tests.el (cl-print-tests-1):
    Update for recent change in cl-print-object function output.
---
 test/lisp/emacs-lisp/cl-print-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/cl-print-tests.el 
b/test/lisp/emacs-lisp/cl-print-tests.el
index cbc79b0..f46ecde 100644
--- a/test/lisp/emacs-lisp/cl-print-tests.el
+++ b/test/lisp/emacs-lisp/cl-print-tests.el
@@ -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 "\\`#<compiled-function (x) .*>\\'"
+    (should (string-match "\\`#f(compiled-function (x) .*)\\'"
                           (cl-prin1-to-string (symbol-function #'caar))))))
 
 ;;; cl-print-tests.el ends here.



reply via email to

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