X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fbackq.impure.lisp;h=ffdeb93ea8fe3d93f3d39d234266843759e801ff;hb=b9a60d8c091096ce7f90073de9b3d26ec7433387;hp=a9be79beb6e2bcc1dfb7786ba10411a048dfa665;hpb=ed7ba4dad8a79726fdfeba5aa12e276ea852c540;p=sbcl.git diff --git a/tests/backq.impure.lisp b/tests/backq.impure.lisp index a9be79b..ffdeb93 100644 --- a/tests/backq.impure.lisp +++ b/tests/backq.impure.lisp @@ -55,5 +55,8 @@ (test-double-backquote (car test) (cdr test))) *backquote-tests*) +(let ((string "`(foobar a b ,c ,'(e f g) d ,@'(e f g) (h i j) ,@foo)")) + (assert (equal (print (read-from-string string)) (read-from-string string)))) + ;;; success (quit :unix-status 104)