Silence various warnings throughout test modules
This commit is contained in:
parent
8749cb59d8
commit
b04c40bb1c
37 changed files with 166 additions and 170 deletions
|
@ -1880,13 +1880,13 @@ mod tests {
|
|||
]));
|
||||
assert_eq!(result::unwrap(from_str(
|
||||
~"{" +
|
||||
~"\"a\": 1.0, " +
|
||||
~"\"b\": [" +
|
||||
~"true," +
|
||||
~"\"foo\\nbar\", " +
|
||||
~"{ \"c\": {\"d\": null} } " +
|
||||
~"]" +
|
||||
~"}")),
|
||||
"\"a\": 1.0, " +
|
||||
"\"b\": [" +
|
||||
"true," +
|
||||
"\"foo\\nbar\", " +
|
||||
"{ \"c\": {\"d\": null} } " +
|
||||
"]" +
|
||||
"}")),
|
||||
mk_object([
|
||||
(~"a", Number(1.0f)),
|
||||
(~"b", List(~[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue