diff --git a/examples/base64.c b/examples/base64.c index 8ebe77b..7692532 100644 --- a/examples/base64.c +++ b/examples/base64.c @@ -26,8 +26,6 @@ void init_parser(void) h_optional(h_choice(base64_2, base64_1, NULL)), NULL); - // why does this parse "A=="?! - // why does this parse "aaA=" but not "aA=="?! document = base64; }