remove comments about bugs that no longer exist
This commit is contained in:
parent
bc486aa840
commit
87b5e668c3
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue