From d331c4b283cf52614c519b1e9a3883e46dc25aab Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 6 Sep 2021 21:59:20 +0100 Subject: fix(ext/web): Format terminal DOMExceptions properly (#11834) --- cli/tests/integration/run_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 2c0a16582..4fd825507 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1805,3 +1805,10 @@ itest!(byte_order_mark { args: "run --no-check byte_order_mark.ts", output: "byte_order_mark.out", }); + +// Regression test for https://github.com/denoland/deno/issues/11451. +itest!(dom_exception_formatting { + args: "run dom_exception_formatting.ts", + output: "dom_exception_formatting.ts.out", + exit_code: 1, +}); -- cgit v1.2.3