fail_root_transition.xml 226 B

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