diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2018-08-10 10:38:57 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-10 11:50:45 -0700 |
commit | 9be36ffbf8594fe2e155c8113aec56b2a7c19c0b (patch) | |
tree | 23f6f9a6a2a95ff79d12cefd8a7b127fe465e100 /tests/error_002.ts.out | |
parent | 2c8bdd2f5fda04254551d04923ef91c79524282f (diff) |
Add error tests
Diffstat (limited to 'tests/error_002.ts.out')
-rw-r--r-- | tests/error_002.ts.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/error_002.ts.out b/tests/error_002.ts.out new file mode 100644 index 000000000..f245ab7c0 --- /dev/null +++ b/tests/error_002.ts.out @@ -0,0 +1,11 @@ +Error: exception from mod1 + at Object.throwsError (file://[WILDCARD]tests/subdir/mod1.ts:16:9) + at foo (file://[WILDCARD]tests/error_002.ts:4:3) + at eval (file://[WILDCARD]tests/error_002.ts:7:1) + at localDefine (deno/js/runtime.ts:[WILDCARD]) + at eval ([WILDCARD]tests/error_002.ts, <anonymous>) + at eval (<anonymous>) + at execute (deno/js/runtime.ts:[WILDCARD]) + at FileModule.compileAndRun (deno/js/runtime.ts:[WILDCARD]) + at denoMain (deno/js/main.ts:[WILDCARD]) + at deno_main.js:1:1 |