added probably superfluous test, for paranoia
This commit is contained in:
parent
76d84e1ef2
commit
c1e58460e4
1 changed files with 8 additions and 2 deletions
|
@ -181,10 +181,16 @@ less_strict_test_() ->
|
||||||
[{comments, true}]
|
[{comments, true}]
|
||||||
) =:= true
|
) =:= true
|
||||||
)
|
)
|
||||||
|
},
|
||||||
|
{"unquoted keys",
|
||||||
|
?_assert(is_json(
|
||||||
|
<<"{unquotedkey : true}">>,
|
||||||
|
[{unquoted_keys, true}]
|
||||||
|
) =:= true
|
||||||
|
)
|
||||||
}
|
}
|
||||||
].
|
].
|
||||||
|
|
||||||
|
|
||||||
-endif.
|
-endif.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue