diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/011/special-1.txr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/011/special-1.txr b/tests/011/special-1.txr index 23c15b48..72ab844a 100644 --- a/tests/011/special-1.txr +++ b/tests/011/special-1.txr @@ -4,6 +4,7 @@ (progn ,*forms (get-string-from-stream ,var)))) (let ((x (with-output-to-string (*stdout*) - (format t "world!")))) + [format *stdout* "wo"] + (format t "rld!")))) (format *stdout* "Hello, ") (put-line x))) |