remove comments about bugs that no longer exist

This commit is contained in:
Sven M. Hallberg 2013-01-08 00:20:34 +01:00
parent bc486aa840
commit 87b5e668c3

View file

@ -26,8 +26,6 @@ void init_parser(void)
h_optional(h_choice(base64_2, h_optional(h_choice(base64_2,
base64_1, NULL)), base64_1, NULL)),
NULL); NULL);
// why does this parse "A=="?!
// why does this parse "aaA=" but not "aA=="?!
document = base64; document = base64;
} }