diff tests/sql_indent.ur @ 372:fe018cbdd41e

Indenting SELECT sub-clauses properly
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Oct 2008 16:15:17 -0400
parents
children 008afab3a5ce
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/sql_indent.ur	Thu Oct 16 16:15:17 2008 -0400
@@ -0,0 +1,5 @@
+table t1 : {A : int, B : string, C : float}
+
+val q1 = (SELECT *
+          FROM t1
+          WHERE A = 0)