Skip to content

Commit 2eacd94

Browse files
committed
base32: more zbase32 tests
1 parent 5d1eb77 commit 2eacd94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

basis/base32/base32-tests.factor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ USING: base32 byte-arrays kernel sequences strings tools.test ;
9090
{ 0 } [ "0" base32-crockford> ] unit-test
9191
{ 0 } [ "00" base32-crockford-checksum> ] unit-test
9292

93+
{ t } [ 256 <iota> >byte-array dup >zbase32 zbase32> = ] unit-test
94+
9395
{ "" } [ "" >zbase32 >string ] unit-test
9496
{ "ca" } [ "f" >zbase32 >string ] unit-test
9597
{ "c3zo" } [ "fo" >zbase32 >string ] unit-test

0 commit comments

Comments
 (0)