summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/chartToFSM/test-event-desc-merging.scxml
blob: 7ab14db30a3ee99d2c7a48f8822c46cd48511f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<scxml>
  <parallel id="s0">
    <state id="s01">
      <transition event="foo baz.bar.foo" />
    </state>
    <state id="s02">
      <transition event="foo.bar baz.bar" />
    </state>
    <state id="s03">
      <transition event="foo.bar.baz baz" />
      <transition event="bax" target="pass" />
    </state>
        
  </parallel>
  <final id="pass" />
  <final id="fail" />
</scxml>