/* * check_decoder.c, SJ */ #include "test.h" struct config cfg; static void test_decodeBase64(){ unsigned int i; struct test_data_s_s test_strings[] = { { "Zm9vYmFy", "foobar" }, { "Zm9vYmE=", "fooba" }, { "Zm9vYg==", "foob" }, { "Zm9v", "foo" }, { "Zm8=", "fo" }, { "Zg==", "f" }, { "", "" }, }; TEST_HEADER(); for(i=0; i2" }, { "éljen május elseje!", "éljen május elseje!" }, { "boni&klájd", "boni&klájd" }, }; TEST_HEADER(); for(i=0; i