typo in parser tests

This commit is contained in:
alisdair sullivan 2012-05-24 22:34:30 -07:00
parent 192d4757d3
commit f0950dc4c9

View file

@ -602,7 +602,7 @@ encode_test_() ->
{"naked float - full rep", ?_assertEqual( {"naked float - full rep", ?_assertEqual(
encode([{float, 1.23}, end_json]), [{float, 1.23}, end_json] encode([{float, 1.23}, end_json]), [{float, 1.23}, end_json]
)}, )},
{"naked literal - simple red", ?_assertEqual( {"naked literal - simple rep", ?_assertEqual(
encode([null, end_json]), [{literal, null}, end_json] encode([null, end_json]), [{literal, null}, end_json]
)}, )},
{"naked literal - full rep", ?_assertEqual( {"naked literal - full rep", ?_assertEqual(