summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/Test2Sub1.xml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-09-08 23:26:39 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-09-08 23:26:39 (GMT)
commitaa6c3a1257a29cc5bcf8b94893732ee553f27582 (patch)
tree625adb1a353a17ffed2c7e0bac686d705aaec93f /test/samples/w3c/Test2Sub1.xml
downloaduscxml-aa6c3a1257a29cc5bcf8b94893732ee553f27582.zip
uscxml-aa6c3a1257a29cc5bcf8b94893732ee553f27582.tar.gz
uscxml-aa6c3a1257a29cc5bcf8b94893732ee553f27582.tar.bz2
Initial upload
Still somewhat quirky to build but fairly feature complete
Diffstat (limited to 'test/samples/w3c/Test2Sub1.xml')
-rw-r--r--test/samples/w3c/Test2Sub1.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/samples/w3c/Test2Sub1.xml b/test/samples/w3c/Test2Sub1.xml
new file mode 100644
index 0000000..6ab7b98
--- /dev/null
+++ b/test/samples/w3c/Test2Sub1.xml
@@ -0,0 +1,9 @@
+<!-- This is an example substate defined in
+- an external file and included by Main.scxml.
+-->
+<state id="Test2Sub1">
+<onentry>
+ <log expr="'Inside Test2Sub1'"/>
+</onentry>
+<transition event="Event2" target="Test2Sub2"/>
+</state>