Skip to content
Snippets Groups Projects
Commit d116fe40 authored by pfdietz's avatar pfdietz
Browse files

Add test annotations for nil arrays

parent 62bf24b1
No related branches found
No related tags found
No related merge requests found
......@@ -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))
"")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment