UNPKG

232 BXMLView Raw
1<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" initial="start">
2 <state id="start">
3 <onentry>
4 <!-- expr is a javascript error -->
5 <log label="test" expr="m.test()"/>
6 </onentry>
7 </state>
8</scxml>