parse whole input and allow surrounding whitespace in base64 example

This commit is contained in:
Sven M. Hallberg 2013-01-10 01:25:37 +01:00
parent 88566ab81b
commit 445913610d

View file

@ -24,7 +24,7 @@ void init_parser(void)
base64_1, NULL)), base64_1, NULL)),
NULL); NULL);
document = base64; document = h_sequence(h_whitespace(base64), h_whitespace(h_end_p()), NULL);
} }