From 75ca013f076f443dce3d38f31a168295351ed0e5 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 18 Sep 2021 14:40:04 +0100 Subject: fix(cli/fmt_errors): Abbreviate long data URLs in stack traces (#12127) Co-authored-by: Mike White --- cli/tests/integration/run_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration/run_tests.rs') 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, +}); -- cgit v1.2.3