Menu

#385 Extra line break inserted in format

lisp error
closed-rejected
clisp (524)
5
2006-11-28
2006-11-28
Big Mike
No

[10]> (lisp-implementation-version)
"2.39 (2006-07-16) (built on scrat.cs.umu.se [130.239.40.18])"
[11]> (setf gg (format nil "multi ~% line"))
"multi
line"
[12]> (format t "<~a>~a</~a>" "wee" gg "wee")
<wee>
multi
line</wee>
NIL

Note the extra new-line after <wee>. Strange ehh?

Discussion

  • Sam Steingold

    Sam Steingold - 2006-11-28
    • assigned_to: haible --> sds
    • status: open --> closed-rejected
     

Log in to post a comment.

MongoDB Logo MongoDB