Skip to content

Commit

Permalink
chore: revert test fix temporarily (denoland#3574)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Aug 24, 2023
1 parent e5ebb6b commit 55a3660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/concatenated_json_parse_stream_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Deno.test({
[`{${"foo".repeat(100)}}`],
{},
SyntaxError,
`Expected property name or '}' in JSON at position 1 (line 1 column 2) (parsing: '{foofoofoofoofoofoofoofoofoofo...')`,
`Expected property name or '}' in JSON at position 1 (parsing: '{foofoofoofoofoofoofoofoofoofo...')`,
);
},
});
Expand Down

0 comments on commit 55a3660

Please sign in to comment.