diff options
Diffstat (limited to 'tests/testdata/fmt/fmt_check_parse_error.out')
-rw-r--r-- | tests/testdata/fmt/fmt_check_parse_error.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/fmt/fmt_check_parse_error.out b/tests/testdata/fmt/fmt_check_parse_error.out new file mode 100644 index 000000000..9854b6c97 --- /dev/null +++ b/tests/testdata/fmt/fmt_check_parse_error.out @@ -0,0 +1,6 @@ +Error checking: [WILDCARD]parse_error.ts + Expected '{', got '<eof>' at [WILDCARD]parse_error.ts:2:7 + + class Test + ~~~~ +error: Found 1 not formatted file in 1 file |