summaryrefslogtreecommitdiff
path: root/tests/testdata/run/byte_order_mark.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/byte_order_mark.ts')
-rw-r--r--tests/testdata/run/byte_order_mark.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/run/byte_order_mark.ts b/tests/testdata/run/byte_order_mark.ts
new file mode 100644
index 000000000..40eb23c1d
--- /dev/null
+++ b/tests/testdata/run/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.