We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1eb77 commit 2eacd94Copy full SHA for 2eacd94
basis/base32/base32-tests.factor
@@ -90,6 +90,8 @@ USING: base32 byte-arrays kernel sequences strings tools.test ;
90
{ 0 } [ "0" base32-crockford> ] unit-test
91
{ 0 } [ "00" base32-crockford-checksum> ] unit-test
92
93
+{ t } [ 256 <iota> >byte-array dup >zbase32 zbase32> = ] unit-test
94
+
95
{ "" } [ "" >zbase32 >string ] unit-test
96
{ "ca" } [ "f" >zbase32 >string ] unit-test
97
{ "c3zo" } [ "fo" >zbase32 >string ] unit-test
0 commit comments