fail_guard_bool.xml 245 B

1234567891011
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart>
  4. <root>
  5. <state id="a">
  6. <!-- guard condition is not an expression of boolean type -->
  7. <transition cond="42 + 10" target="."/>
  8. </state>
  9. </root>
  10. </statechart>
  11. </test>