projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979e494
)
~% test added
author
Raimon Grau
<raimonster@gmail.com>
Wed, 1 May 2013 21:23:16 +0000
(23:23 +0200)
committer
Raimon Grau
<raimonster@gmail.com>
Wed, 1 May 2013 21:23:16 +0000
(23:23 +0200)
tests/format.lisp
patch
|
blob
|
history
diff --git
a/tests/format.lisp
b/tests/format.lisp
index
73c69bd
..
a37ed09
100644
(file)
--- 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")))