merged
authorwenzelm
Mon, 26 Mar 2012 21:03:30 +0200
changeset 47133 89b13238d7f2
parent 47132 bef6bc52a32e (current diff)
parent 47130 0e45e363306c (diff)
child 47134 28c1db43d4d0
child 47143 212f7a975d49
child 47156 861f53bd95fe
merged
--- a/src/Pure/General/symbol.scala	Mon Mar 26 21:00:39 2012 +0200
+++ b/src/Pure/General/symbol.scala	Mon Mar 26 21:03:30 2012 +0200
@@ -347,7 +347,7 @@
       "\\<^isub>", "\\<^isup>")
 
     val blanks =
-      recode_set(space, "\t", "\n", "\u000B", "\f", "\r", "\\<spacespace>", "\\<^newline>")
+      recode_set(space, "\t", "\n", "\u000B", "\f", "\r", "\r\n", "\\<spacespace>", "\\<^newline>")
 
     val sym_chars =
       Set("!", "#", "$", "%", "&", "*", "+", "-", "/", "<", "=", ">", "?", "@", "^", "_", "|", "~")