diff options
Diffstat (limited to 'tests/indent/sql/compound.sql')
| -rw-r--r-- | tests/indent/sql/compound.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/sql/compound.sql b/tests/indent/sql/compound.sql new file mode 100644 index 000000000..e645c6efb --- /dev/null +++ b/tests/indent/sql/compound.sql @@ -0,0 +1,3 @@ +begin + create table foo (bar int); +end; |
