From 0a66597b3498f5863620c3ca5e2713e45eed47f8 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 16 Oct 2008 16:15:17 -0400 Subject: Indenting SELECT sub-clauses properly --- tests/sql_indent.ur | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/sql_indent.ur (limited to 'tests/sql_indent.ur') diff --git a/tests/sql_indent.ur b/tests/sql_indent.ur new file mode 100644 index 00000000..c4a46d71 --- /dev/null +++ b/tests/sql_indent.ur @@ -0,0 +1,5 @@ +table t1 : {A : int, B : string, C : float} + +val q1 = (SELECT * + FROM t1 + WHERE A = 0) -- cgit v1.2.3