You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
I noticed is-print shows empty lines when testing strings with embedded line breaks.
Example:
(is-print (formatt"Hello~%World!")
"HelloWorld!")
I would expect that this simply shows a green tick but it puts an empty line before. Is this desired?
I am testing multi-line output and this is distracting as for every line an empty on is shown in output.
Regards,
Benjamin
The text was updated successfully, but these errors were encountered:
i i i i i i i ooooo o ooooooo ooooo ooooo
I I I I I I I 8 8 8 8 8 o 8 8
I \ `+' / I 8 8 8 8 8 8
\ `-+-' / 8 8 8 ooooo 8oooo
`-__|__-' 8 8 8 8 8
| 8 o 8 8 o 8 8
------+------ ooooo 8oooooo ooo8ooo ooooo 8
Welcome to GNU CLISP 2.49+ (2010-07-17) <http://clisp.org/>
Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2010
Type :h and hit Enter for context help.
;; Datei /home/benjo/.clisprc.lisp wird geladen...
;; Datei /home/benjo/quicklisp/setup.lisp wird geladen...
;; Datei /home/benjo/quicklisp/setup.lisp ist geladen.
;; Datei /home/benjo/.clisprc.lisp ist geladen.
[1]> (ql-dist:dist "quicklisp")
#<QL-DIST:DIST quicklisp 2015-06-08>
[2]> (ql:where-is-system "prove")
;; Datei /home/benjo/quicklisp/dists/quicklisp/software/prove-20150113-git/prove.asd wird geladen...
;; Datei /home/benjo/quicklisp/dists/quicklisp/software/prove-20150113-git/prove.asd ist geladen.
#P"/home/benjo/quicklisp/dists/quicklisp/software/prove-20150113-git/"
[3]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I noticed is-print shows empty lines when testing strings with embedded line breaks.
Example:
I would expect that this simply shows a green tick but it puts an empty line before. Is this desired?
I am testing multi-line output and this is distracting as for every line an empty on is shown in output.
Regards,
Benjamin
The text was updated successfully, but these errors were encountered: