From dd20cf7108db3179b31b686b55eaeb16b0305119 Mon Sep 17 00:00:00 2001 From: Raimon Grau Date: Wed, 1 May 2013 23:23:16 +0200 Subject: [PATCH] ~% test added --- tests/format.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"))) -- 1.7.10.4