refactor options to complete mission: more pragmatism
This commit is contained in:
parent
99484ce4f2
commit
f340e8dc22
5 changed files with 229 additions and 183 deletions
|
@ -516,7 +516,7 @@ custom_error_handler_test_() ->
|
|||
)},
|
||||
{"string error", ?_assertEqual(
|
||||
{string, [{string, <<239, 191, 191>>}, end_json]},
|
||||
parse_error([{string, <<239, 191, 191>>}, end_json], [{error_handler, Error}, strict_utf8])
|
||||
parse_error([{string, <<239, 191, 191>>}, end_json], [{error_handler, Error}, strict])
|
||||
)}
|
||||
].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue