1 # Tests for base64 and base224 modules
4 Run: ../obj/ucw/basecode -e
5 Input: Here are some test data
6 Output: SGVyZSBhcmUgc29tZSB0ZXN0IGRhdGEK
9 Run: ../obj/ucw/basecode -d
10 Input: SGVyZSBhcmUgc29tZSB0ZXN0IGRhdGEK
11 Output: Here are some test data
13 Name: Base224 encode & decode
14 Run: ../obj/ucw/basecode -E | ../obj/ucw/basecode -D
15 Input: Some more test data for 224 encoding
16 Output: Some more test data for 224 encoding