diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-06-29 19:42:32 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-06-29 19:42:32 -0400 |
commit | 169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b (patch) | |
tree | 60d7ae515b92944d1e90772df3ae5dac05b5c715 /test/lisp/emacs-lisp/cl-print-tests.el | |
parent | 138447c3abd749d1c27d99d7089b1b0903352ade (diff) | |
parent | c87c87fcc361494815bbd1d92f450b0b80a3ecbb (diff) | |
download | emacs-169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b.tar.gz emacs-169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b.tar.bz2 emacs-169532b0ebc3acb0b1c943d0b3d8b569cd57ca4b.zip |
; Merge: Backtrace printing improvements (Bug#6991)
Diffstat (limited to 'test/lisp/emacs-lisp/cl-print-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/cl-print-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/cl-print-tests.el b/test/lisp/emacs-lisp/cl-print-tests.el index dfbe18d7844..6448a1b37f7 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 "\\`#f(compiled-function (x) .*\n\n.*)\\'" + (should (string-match "\\`#f(compiled-function (x) \"[^\"]+\" [^\)]*)\\'" (cl-prin1-to-string (symbol-function #'caar)))))) (ert-deftest cl-print-tests-2 () |