﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2110	OMEdit escaped double quote parsing issue	kkanso@…	Adeel Asghar	"When using omedit, and a string contains \"" then a parsing issue is encountered. Usually, followed by an instability.

For instance the following model will not parse
{{{
model test
  parameter Real x = 1 ""a parameter \"" "";
end test;
}}}

This is a serious issue as it inhibits me from calling external C libraries, as escaped quotes are required for specifying the include directive. 

I checked this on the head version checked out today."	defect	closed	high	1.9.0	OMEdit	trunk	fixed	parser escape	
