9 lines
310 B
Factor
9 lines
310 B
Factor
USING: kernel math test namespaces crypto ;
|
|
|
|
[ "abcdefghijklmnopqrstuvwxyz" ] [ "abcdefghijklmnopqrstuvwxyz" >base64 base64> ] unit-test
|
|
[ "" ] [ "" >base64 base64> ] unit-test
|
|
[ "a" ] [ "a" >base64 base64> ] unit-test
|
|
[ "ab" ] [ "ab" >base64 base64> ] unit-test
|
|
[ "abc" ] [ "abc" >base64 base64> ] unit-test
|
|
|