test355.txml 442 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!-- test that default initial state is first in document order. If we enter s0 first we succeed, if s1, failure. -->
  3. <scxml conf:datamodel="" version="1.0" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
  4. <state id="s0">
  5. <transition conf:targetpass=""/>
  6. </state>
  7. <state id="s1">
  8. <transition conf:targetfail=""/>
  9. </state>
  10. <conf:pass/>
  11. <conf:fail/>
  12. </scxml>