From d116fe40dfdcb865d5a6afcc19d823f7ff515362 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Thu, 14 Jul 2005 02:52:10 +0000 Subject: [PATCH] Add test annotations for nil arrays --- ansi-tests/with-output-to-string.lsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansi-tests/with-output-to-string.lsp b/ansi-tests/with-output-to-string.lsp index f67355b7..b8b2ccfd 100644 --- a/ansi-tests/with-output-to-string.lsp +++ b/ansi-tests/with-output-to-string.lsp @@ -20,6 +20,7 @@ nil) (deftest with-output-to-string.4 + (:notes :allow-nil-arrays) (let ((str (make-array 10 :fill-pointer 0 :element-type 'character))) (values (with-output-to-string @@ -52,6 +53,7 @@ "8") (deftest with-output-to-string.9 + (:notes :allow-nil-arrays) (with-output-to-string (s nil :element-type nil)) "") -- GitLab