2012-11-28 21:22:46 +00:00
|
|
|
---
|
|
|
|
tests/streams.tst | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
2018-02-12 09:08:26 +00:00
|
|
|
diff --git a/tests/streams.tst b/tests/streams.tst
|
2012-11-28 21:22:46 +00:00
|
|
|
--- a/tests/streams.tst
|
|
|
|
+++ b/tests/streams.tst
|
2018-02-12 09:08:26 +00:00
|
|
|
@@ -1043,8 +1043,8 @@ T
|
2007-01-15 23:07:22 +00:00
|
|
|
(describe (make-array nil :element-type nil) s)))
|
|
|
|
T
|
|
|
|
|
|
|
|
-(stringp (with-output-to-string (s) (describe nil s)))
|
|
|
|
-T
|
|
|
|
+;(stringp (with-output-to-string (s) (describe nil s)))
|
|
|
|
+;T
|
|
|
|
|
2016-11-29 13:49:37 +00:00
|
|
|
;; https://sourceforge.net/p/clisp/bugs/396/
|
2010-02-19 15:05:00 +00:00
|
|
|
(let ((s "a b"))
|