Fix long lines
This commit is contained in:
parent
7acf89c022
commit
473a866733
2 changed files with 5 additions and 4 deletions
|
@ -1048,7 +1048,8 @@ mod tests {
|
|||
mk_dict(~[
|
||||
(~"a", Null),
|
||||
(~"b", Boolean(true))]));
|
||||
assert eq(result::get(&from_str(~"\n{ \"a\": null, \"b\" : true }\n")),
|
||||
assert eq(result::get(&from_str(
|
||||
~"\n{ \"a\": null, \"b\" : true }\n")),
|
||||
mk_dict(~[
|
||||
(~"a", Null),
|
||||
(~"b", Boolean(true))]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue