summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/run/eval_context_throw_dom_exception.js.out6
-rw-r--r--cli/tests/testdata/run/webstorage/serialization.ts.out2
2 files changed, 6 insertions, 2 deletions
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 }