﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2702	Keep the Real formatting in list(...) exactly as the user wrote it	Adrian Pop	Martin Sjölund	"{{{#!mo
model m
  Real x = 7e-5;
  Real y = 7e-2;
end m;
}}}
load and unparse
{{{
loadFile(""m.mo""); getErrorString();
list();
}}}
and you get
{{{#!mo
model m
  Real x = 6.999999999999999e-05;
  Real y = 0.07000000000000001;
end m;
}}}
"	defect	closed	high	1.9.1	Frontend	trunk	fixed		Leonardo Laguna
