diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-10-02 09:38:45 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-02 12:38:45 -0400 |
| commit | eba58b718860035b830d0739a02c6a382e1f3307 (patch) | |
| tree | 353e9d10a7efae1bc75b9a5392944e02cb11c02a /tests/015_import_no_ext.ts.out | |
| parent | fc1c54dde052d6a967d5f185604b3f79b1ba2fbb (diff) | |
Guess extensions on extension not provided (#859)
Fixes #857
Diffstat (limited to 'tests/015_import_no_ext.ts.out')
| -rw-r--r-- | tests/015_import_no_ext.ts.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/015_import_no_ext.ts.out b/tests/015_import_no_ext.ts.out new file mode 100644 index 000000000..92f21e2a7 --- /dev/null +++ b/tests/015_import_no_ext.ts.out @@ -0,0 +1,8 @@ +Downloading http://localhost:4545/tests/subdir/mod2 +Downloading http://localhost:4545/tests/subdir/mod2.ts +Downloading http://localhost:4545/tests/subdir/print_hello.ts +true +[Function: printHello] +[Function: printHello] +true +[Function: printHello] |
