added probably superfluous test, for paranoia

This commit is contained in:
alisdair sullivan 2010-09-23 22:19:04 -07:00
parent 76d84e1ef2
commit c1e58460e4

View file

@ -181,9 +181,15 @@ less_strict_test_() ->
[{comments, true}]
) =:= true
)
},
{"unquoted keys",
?_assert(is_json(
<<"{unquotedkey : true}">>,
[{unquoted_keys, true}]
) =:= true
)
}
].
].
-endif.