fail_root_transition2.xml 220 B

1234567891011
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <root>
  5. <state id="a">
  6. <!-- not allowed: transition with target: root -->
  7. <transition target=".."/>
  8. </state>
  9. </root>
  10. </statechart>
  11. </test>