Adding test for String.allocate

Issue #94
This commit is contained in:
Chris Hall 2018-05-20 15:18:00 +10:00
parent 56c6133a91
commit d3c3645719

View File

@ -267,6 +267,11 @@
str)
"string-set-at! works correctly"
)
(assert-equal test
"aaaaaaaaaa"
&(allocate 10 \a)
"allocate works correctly"
)
(print-test-results test)
)
)