﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2607	Unparser omitts required parentheses	Peter Aronsson	somebody	"Consider the following simple model:

{{{
model x
equation
  0 = (a - b) - (c - d);
end x;
}}}
Enter it in OMEdit, switch to diagram layer and then back to text view. The parentheses have disappeared! Giving this a blocker because if you happen to save a complete package you might get very confusing results!

Other example:

{{{
a/(b/c)
}}}

"	defect	closed	blocker	1.9.1	Frontend	trunk	fixed		
