fail_root_transition.xml 238 B

123456789101112131415
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <semantics/>
  5. <datamodel/>
  6. <root>
  7. <!-- not allowed: transition with source: root -->
  8. <transition target="."/>
  9. </root>
  10. </statechart>
  11. <output>
  12. </output>
  13. </test>