summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser/test1.scxml
blob: 05c842cb3d309dae005b0dfa6621675f0e711b55 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" ?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
       name="test1">
    <state id="a">
        <transition event="event" target="b"/>
    </state>
</scxml>