diff options
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/byte_order_mark.out | 1 | ||||
| -rw-r--r-- | cli/tests/testdata/byte_order_mark.ts | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/byte_order_mark.out b/cli/tests/testdata/byte_order_mark.out new file mode 100644 index 000000000..557db03de --- /dev/null +++ b/cli/tests/testdata/byte_order_mark.out @@ -0,0 +1 @@ +Hello World diff --git a/cli/tests/testdata/byte_order_mark.ts b/cli/tests/testdata/byte_order_mark.ts new file mode 100644 index 000000000..40eb23c1d --- /dev/null +++ b/cli/tests/testdata/byte_order_mark.ts @@ -0,0 +1,4 @@ +import "./001_hello.js"; +// Note this file starts with special byte order mark <U+FEFF> +// it's important that this file is a .ts typescript file which is passed to +// deno through `--no-check` mode. |
