diff options
Diffstat (limited to 'tests/testdata/fmt/parse_error/parse_error.ts')
-rw-r--r-- | tests/testdata/fmt/parse_error/parse_error.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/fmt/parse_error/parse_error.ts b/tests/testdata/fmt/parse_error/parse_error.ts new file mode 100644 index 000000000..136d16508 --- /dev/null +++ b/tests/testdata/fmt/parse_error/parse_error.ts @@ -0,0 +1,2 @@ +// a file that purposefully will cause an error +class Test |