Hi,
When I try this code I getting an exception. I am trying to insert " (double quotes) within a string.
This is the code:
ExpressionContext fleeContext; fleeContext = GetFleeContext<string>(); fleeContext.CompileGeneric<string>("\"");
this throws an exception which reads: Unexpected character: Unexpected character: \" Line: 1, Column: 1
Any idea how can acheive this? i.e. being able to parse " successfully by flee
Regards,