text_of Malformed: explode with spaces -- Output.output/escape ineffective by default;
authorwenzelm
Thu, 28 Aug 2008 00:33:11 +0200
changeset 28034 33050286e65d
parent 28033 f03b5856f286
child 28035 7120e58464e4
text_of Malformed: explode with spaces -- Output.output/escape ineffective by default;
src/Pure/Isar/outer_lex.ML
--- a/src/Pure/Isar/outer_lex.ML	Thu Aug 28 00:33:09 2008 +0200
+++ b/src/Pure/Isar/outer_lex.ML	Thu Aug 28 00:33:11 2008 +0200
@@ -200,7 +200,7 @@
   | AltString => x |> enclose "`" "`" o escape "`"
   | Verbatim => x |> enclose "{*" "*}"
   | Comment => x |> enclose "(*" "*)"
-  | Malformed => Output.escape (translate_string Output.output x)
+  | Malformed => space_implode " " (explode x)
   | Sync => ""
   | EOF => ""
   | _ => x);