diff --git a/test/string.carp b/test/string.carp index 7c36705f..494a07c9 100644 --- a/test/string.carp +++ b/test/string.carp @@ -49,6 +49,10 @@ (empty? "") "empty? returns true on empty string" ) + (assert-true test + (empty? &(zero)) + "empty? returns true on (zero)" + ) (assert-equal test &[\e \r \i \k] &(chars "erik")