Skip to content

Commit

Permalink
Fixes mathiasbynens#47 enable escaping to extended ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Dec 28, 2018
1 parent 0e6325e commit 49af881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,5 +684,5 @@ describe('advanced tests', function() {
'[\n\tnull,\n\tnull,\n\tnull,\n\tnull,\n\tnull,\n\t0,\n\t0,\n\t0,\n\t0,\n\t0,\n\t0,\n\tnull,\n\t"str",\n\tnull,\n\tnull,\n\ttrue,\n\ttrue,\n\tfalse,\n\tfalse,\n\t{\n\t\t"foo": 42,\n\t\t"hah": [\n\t\t\t1,\n\t\t\t2,\n\t\t\t3,\n\t\t\t{\n\t\t\t\t"foo": 42\n\t\t\t}\n\t\t]\n\t}\n]',
'Escaping a non-flat array with all kinds of values, with `json: true, compact: false`'
);
}).timeout(35000);
}).timeout(45000);
});

0 comments on commit 49af881

Please sign in to comment.