diff options
Diffstat (limited to 'tests/testdata/fmt/badly_formatted_fixed.md')
-rw-r--r-- | tests/testdata/fmt/badly_formatted_fixed.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/testdata/fmt/badly_formatted_fixed.md b/tests/testdata/fmt/badly_formatted_fixed.md index 21176742b..7a482e058 100644 --- a/tests/testdata/fmt/badly_formatted_fixed.md +++ b/tests/testdata/fmt/badly_formatted_fixed.md @@ -56,3 +56,18 @@ function foo(): number { let a: number; </script> ``` + +```sql +SELECT + *, + biz, + buz +FROM + baz; +``` + +```sql +-- deno-fmt-ignore-file + seLect * , biz, buz +from baz; +``` |