﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1317	Handle quoted identifiers in the back-end	Adrian Pop	Adrian Pop	"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."	defect	closed	high		Simulation Code Generation		fixed		Adrian Pop
