fmorbini / scxmlgui

A graphical user interface for editing SCXML finite state machines.
Other
104 stars 37 forks source link

" in datamodel is not replaced with " when loading a scxml #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new scxml, add a node
2. Edit the datamodel of the node: current_state = "new node 14"
3. Save
4. Reload

What is the expected output? What do you see instead?
The quotes surrounding [new node 14] are expected. The qoutes are replaced with 
" resulting in [current_state = "new node 14"

What version of the product are you using? On what operating system?
r135

Please provide any additional information below.

Original issue reported on code.google.com by dfrib...@gmail.com on 1 Mar 2011 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by fmorbini on 1 Mar 2011 at 4:00

GoogleCodeExporter commented 9 years ago
sorry for the delay, can you provide a test case for this?
the datamodel syntax is available at:
http://www.w3.org/TR/scxml/#datamodel

thanks

Original comment by fmorbini on 28 Mar 2011 at 4:00

GoogleCodeExporter commented 9 years ago
marked as invalid because it seems an incorrect use of the scxml syntax.

Original comment by fmorbini on 12 Apr 2011 at 11:08