whitespace

This commit is contained in:
alisdair sullivan 2010-08-23 13:42:05 -07:00
parent a952af9bf2
commit ba423bce3e

View file

@ -157,6 +157,7 @@ parse_opts(_, _) ->
{error, badarg}.
start(<<S/?encoding, Rest/binary>>, Stack, Opts) when ?is_whitespace(S) ->
start(Rest, Stack, Opts);
start(<<?start_object/?encoding, Rest/binary>>, Stack, Opts) ->