From 163f2ef57117afd410f03be7e7519fc89bd18173 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 16 Aug 2021 09:28:29 +0200 Subject: fix: parse error when transpiling code with BOM (#11688) Co-authored-by: David Sherret --- cli/tests/integration/run_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index f5ac82e9c..c7e0325ec 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1788,3 +1788,8 @@ itest!(tls_connecttls { args: "run --quiet --reload --allow-net --allow-read --cert tls/RootCA.pem tls_connecttls.js", output: "tls.out", }); + +itest!(byte_order_mark { + args: "run --no-check byte_order_mark.ts", + output: "byte_order_mark.out", +}); -- cgit v1.2.3