From c954ed92f02b8947a4ff636ff10a49c3d6fb4519 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 15 Jul 2011 19:00:59 -0400 Subject: Preserve tutorial indentation --- src/tutorial.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tutorial.sml') diff --git a/src/tutorial.sml b/src/tutorial.sml index 8d60ed11..605b1f5e 100644 --- a/src/tutorial.sml +++ b/src/tutorial.sml @@ -182,6 +182,7 @@ fun doUr fname = | #"{" => "{" | #"(" => "(" | #"\n" => "(*NL*)\n" + | #" " => "(*NL*) " | ch => str ch) o Substring.string val (befor, after) = Substring.position "(* begin " source -- cgit v1.2.3