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/select.ur | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/select.ur') diff --git a/tests/select.ur b/tests/select.ur index d97e6a55..ff3908e9 100644 --- a/tests/select.ur +++ b/tests/select.ur @@ -1,13 +1,13 @@ -val handler = fn x => +val handler = fn x => You entered: {cdata x.A} - + -val main = fn () => - - - A - B - +val main = fn () => +
+ + + + - - + +
-- cgit v1.2.3