Opened 12 years ago
Closed 12 years ago
#2110 closed defect (fixed)
OMEdit escaped double quote parsing issue
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
Fixed now. The escaped strings are handled now.