refactor options to complete mission: more pragmatism

This commit is contained in:
alisdair sullivan 2013-10-20 03:28:22 +00:00
parent 99484ce4f2
commit f340e8dc22
5 changed files with 229 additions and 183 deletions

View file

@ -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])
)}
].