diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-08-16 09:28:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 09:28:29 +0200 |
| commit | 163f2ef57117afd410f03be7e7519fc89bd18173 (patch) | |
| tree | 03080b2306927efbb2af64869b418c009abd92f5 /cli/tests/testdata/byte_order_mark.out | |
| parent | 02b23e057561f11daf004b4ed8d455081dbeac65 (diff) | |
fix: parse error when transpiling code with BOM (#11688)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli/tests/testdata/byte_order_mark.out')
| -rw-r--r-- | cli/tests/testdata/byte_order_mark.out | 1 |
1 files changed, 1 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 |
