From c806fbdabe144c865612bbbc9ef596c9611c8310 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Sun, 19 Nov 2023 17:13:38 +0900 Subject: fix(ext,runtime): add missing custom inspections (#21219) --- cli/tests/testdata/run/eval_context_throw_dom_exception.js.out | 6 +++++- cli/tests/testdata/run/webstorage/serialization.ts.out | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out b/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out index ac7f7c230..f7d368471 100644 --- a/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out +++ b/cli/tests/testdata/run/eval_context_throw_dom_exception.js.out @@ -1,5 +1,9 @@ [Object: null prototype] { - thrown: DOMException: foo, + thrown: DOMException: foo + at new DOMException (ext:deno_web/01_dom_exception.js:[WILDCARD]) + at [WILDCARD] + at Object.evalContext (ext:core/01_core.js:[WILDCARD]) + at file:///[WILDCARD]/eval_context_throw_dom_exception.js:1:48, isNativeError: true, isCompileError: false } diff --git a/cli/tests/testdata/run/webstorage/serialization.ts.out b/cli/tests/testdata/run/webstorage/serialization.ts.out index b5581828f..4d80032f0 100644 --- a/cli/tests/testdata/run/webstorage/serialization.ts.out +++ b/cli/tests/testdata/run/webstorage/serialization.ts.out @@ -1,2 +1,2 @@ Storage {[WILDCARD] -Storage { length: 1, hello: "deno" } +Storage { hello: "deno", length: 1 } -- cgit v1.2.3