summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/test1.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/statemachine/test1.scxml')
-rw-r--r--tests/auto/statemachine/test1.scxml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/statemachine/test1.scxml b/tests/auto/statemachine/test1.scxml
new file mode 100644
index 0000000..a8a9070
--- /dev/null
+++ b/tests/auto/statemachine/test1.scxml
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
+ name="test1">
+ <state id="a">
+ <state id="a1"/>
+ <state id="a2"/>
+ </state>
+ <state id="b">
+ <final id="final"/>
+ </state>
+</scxml>