whitespace
This commit is contained in:
parent
a952af9bf2
commit
ba423bce3e
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ parse_opts(_, _) ->
|
||||||
{error, badarg}.
|
{error, badarg}.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
start(<<S/?encoding, Rest/binary>>, Stack, Opts) when ?is_whitespace(S) ->
|
start(<<S/?encoding, Rest/binary>>, Stack, Opts) when ?is_whitespace(S) ->
|
||||||
start(Rest, Stack, Opts);
|
start(Rest, Stack, Opts);
|
||||||
start(<<?start_object/?encoding, Rest/binary>>, Stack, Opts) ->
|
start(<<?start_object/?encoding, Rest/binary>>, Stack, Opts) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue