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,9 +181,15 @@ less_strict_test_() ->
|
|||
[{comments, true}]
|
||||
) =:= true
|
||||
)
|
||||
},
|
||||
{"unquoted keys",
|
||||
?_assert(is_json(
|
||||
<<"{unquotedkey : true}">>,
|
||||
[{unquoted_keys, true}]
|
||||
) =:= true
|
||||
)
|
||||
}
|
||||
].
|
||||
|
||||
].
|
||||
|
||||
-endif.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue