diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-09-18 14:40:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 15:40:04 +0200 |
commit | 75ca013f076f443dce3d38f31a168295351ed0e5 (patch) | |
tree | a8f369429ff650516a513a0416e8984f457835a4 /cli/tests/integration/run_tests.rs | |
parent | f840906943849f5a09981e172d57e84301b77386 (diff) |
fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127)
Co-authored-by: Mike White <mike.white@auctane.com>
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 14e0e1241..04ba10b7b 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1885,3 +1885,9 @@ itest!(dom_exception_formatting { output: "dom_exception_formatting.ts.out", exit_code: 1, }); + +itest!(long_data_url_formatting { + args: "run long_data_url_formatting.ts", + output: "long_data_url_formatting.ts.out", + exit_code: 1, +}); |