1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/fmt/sql
João Baptista 9eee2a0e9e
fix(fmt): return None if sql fmt result is the same (#27014)
Similar with https://github.com/denoland/deno/pull/25848, we need to
make `format_sql` to return `None` so we do not flag well formatted sql
files as being wrong.

Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
2024-11-22 22:57:33 +00:00
..
__test__.jsonc fix(fmt): return None if sql fmt result is the same (#27014) 2024-11-22 22:57:33 +00:00
badly_formatted.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
ignore_file.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
ignore_file2.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
ignore_file3.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
ignore_file4.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
well_formatted.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00
wrong_file_ignore.sql feat(fmt): support SQL (#26750) 2024-11-19 21:01:16 +00:00