Opened 12 years ago

Closed 12 years ago

#2110 closed defect (fixed)

OMEdit escaped double quote parsing issue

Reported by: kkanso@… Owned by: Adeel Asghar
Priority: high Milestone: 1.9.0
Component: OMEdit Version: trunk
Keywords: parser escape Cc:

Description

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.

Change History (1)

comment:1 by Adeel Asghar, 12 years ago

Resolution: fixed
Status: newclosed

Fixed now. The escaped strings are handled now.

Note: See TracTickets for help on using tickets.