1 2 3 4 5 6 7 8 9 10 11
--- source: crates/squawk_fmt/tests/tests.rs input_file: crates/squawk_fmt/tests/before/select.sql --- select 1;select 2;select 3; select 'hello'; select now(); select 'really long string ', 'another really long string';