From a21db45cee5e68c17a09f0c0ebc715f24c870a43 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 23 Dec 2014 16:30:39 -0800 Subject: Improve indentation of blocks inside if/while headers Fixes #1665 --- tests/indent.out | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/indent.out') diff --git a/tests/indent.out b/tests/indent.out index cd13ba88..b2eaf08a 100644 --- a/tests/indent.out +++ b/tests/indent.out @@ -78,3 +78,16 @@ else echo bye end echo alpha " + +Test7 + +if begin + false + end + echo hi +end +while begin + false + end + echo hi +end -- cgit v1.2.3