﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1294	The new parser inserts a CR character before every CRLF in strings	Adrian Pop	Adrian Pop	"From Daniel Hedberg @ MathCore.
\\
We have encountered a nasty bug in the new Modelica parser. \\
I have attached a mo file and a corresponding mos file for you to test. \\
The script simply loads the mo file and saves it again, and then attempts to\\ 
load the mo file again, which fails!

If you take a look at the mo file before and after you will notice that the parser\\
or something inserts a CR character before every CRLF in strings for some reason.\\
This is of course a highly critical bug for us.\\

{{{model A
  annotation(Documentation(info=""line1

  line2""));
end A;}}}

{{{loadFile(""A.mo"");
list();
save(A);
loadFile(""A.mo"");
getErrorString();}}}"	defect	closed	critical	Red October	Parser	1.6.0	fixed		Adrian Pop dhedberg Martin Sjölund
