From: Raimon Grau Date: Wed, 1 May 2013 21:23:16 +0000 (+0200) Subject: ~% test added X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=dd20cf7108db3179b31b686b55eaeb16b0305119;p=jscl.git ~% test added --- diff --git a/tests/format.lisp b/tests/format.lisp index 73c69bd..a37ed09 100644 --- a/tests/format.lisp +++ b/tests/format.lisp @@ -4,4 +4,5 @@ (test (string= "a~a" (format nil "a~~a"))) -(test (string= "a\na" (format nil "a~%a"))) +(test (string= "a +a" (format nil "a~%a")))