1
Fork 0

Fix long lines

This commit is contained in:
Tim Chevalier 2012-09-25 19:12:50 -07:00
parent 7acf89c022
commit 473a866733
2 changed files with 5 additions and 4 deletions

View file

@ -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))]));