parse whole input and allow surrounding whitespace in base64 example
This commit is contained in:
parent
88566ab81b
commit
445913610d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ void init_parser(void)
|
|||
base64_1, NULL)),
|
||||
NULL);
|
||||
|
||||
document = base64;
|
||||
document = h_sequence(h_whitespace(base64), h_whitespace(h_end_p()), NULL);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue