2012-11-28 22:22:46 +01:00
|
|
|
---
|
|
|
|
tests/streams.tst | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
2018-02-12 10:08:26 +01:00
|
|
|
diff --git a/tests/streams.tst b/tests/streams.tst
|
2012-11-28 22:22:46 +01:00
|
|
|
--- a/tests/streams.tst
|
|
|
|
+++ b/tests/streams.tst
|
2018-02-12 10:08:26 +01:00
|
|
|
@@ -1043,8 +1043,8 @@ T
|
2007-01-16 00:07:22 +01: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 14:49:37 +01:00
|
|
|
;; https://sourceforge.net/p/clisp/bugs/396/
|
2010-02-19 16:05:00 +01:00
|
|
|
(let ((s "a b"))
|