summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/dom_exception_formatting.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/dom_exception_formatting.ts')
-rw-r--r--cli/tests/testdata/dom_exception_formatting.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/dom_exception_formatting.ts b/cli/tests/testdata/dom_exception_formatting.ts
new file mode 100644
index 000000000..0209ec81e
--- /dev/null
+++ b/cli/tests/testdata/dom_exception_formatting.ts
@@ -0,0 +1 @@
+throw new DOMException("foo", "SyntaxError");