Open GoogleCodeExporter opened 9 years ago
I found one problem in code generation in flexmonkey which i logged in as issue
no
67, when i generate the code through flex monkey, i get one line as syntax error
which is given below:-
new UIEventMonkeyCommand('Select', 'recording', 'automationName',
['Default Searches>Today's Calls', '1', '0']),
In this line i get a problem, since the code generated by flexMonkey
take single quotation, in my application one of my accordion value
name is Today's Call ( it has one single Quote ), so when the code is
generated it gets 2 single quote for this it says syntax error, how
can i eliminate it, do i need to change in my UI wherever my string
contains single quote, coz in the above code if you see the line
['Default Searches>Today's Calls', here actually Default Searchers
gets close at the end of Today' and rest of the string which is 's
Calls' is being eliminated,
I hope this helps in what i am trying to say,
Original comment by rupamkha...@gmail.com
on 18 Aug 2009 at 4:43
Original issue reported on code.google.com by
rupamkha...@gmail.com
on 18 Aug 2009 at 4:40