X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fprint.impure.lisp;h=c5e6d61f6c6eb68ff3b652fd3f600b8154a2bcd8;hb=e453e5df83ff69be83b46341e9c751d0b2111a39;hp=f7f3d1462ef4106a313da7ad9fe7539a5f7dfe72;hpb=c5df202d52732a0dea8dc3558954a729073b7970;p=sbcl.git diff --git a/tests/print.impure.lisp b/tests/print.impure.lisp index f7f3d14..c5e6d61 100644 --- a/tests/print.impure.lisp +++ b/tests/print.impure.lisp @@ -122,5 +122,12 @@ ;; or else it had better have the same dimensions (equal (array-dimensions result) '(1 0 1))))) +;;; before 0.8.0.66 it signalled UNBOUND-VARIABLE +(write #(1 2 3) :pretty nil :readably t) + +;;; another UNBOUND-VARIABLE, this time due to a bug in FORMATTER +;;; expanders. +(funcall (formatter "~@<~A~:*~A~:>") nil 3) + ;;; success (quit :unix-status 104)