summaryrefslogtreecommitdiff
path: root/src/tutorial.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorial.sml')
-rw-r--r--src/tutorial.sml1
1 files changed, 1 insertions, 0 deletions
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