diff options
Diffstat (limited to 'cli/tests/testdata/byte_order_mark.ts')
-rw-r--r-- | cli/tests/testdata/byte_order_mark.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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. |