Opened 14 years ago
Last modified 14 years ago
#1317 closed defect (fixed)
Handle quoted identifiers in the back-end
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Simulation Code Generation | Version: | |
Keywords: | Cc: | Adrian Pop, |
Description
We should escape all quoted identifier:
model '$ 75(kg)' parameter Real x = 1; end '$ 75(kg)';
This could be done in a SimCode function by looking if the string starts with '
and escape the string somehow.
Note:
See TracTickets
for help on using tickets.
Fixed in r7954