summaryrefslogtreecommitdiffstats
path: root/test/uscxml/xinclude/test-xinclude.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/uscxml/xinclude/test-xinclude.scxml')
-rw-r--r--test/uscxml/xinclude/test-xinclude.scxml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/uscxml/xinclude/test-xinclude.scxml b/test/uscxml/xinclude/test-xinclude.scxml
new file mode 100644
index 0000000..a07c087
--- /dev/null
+++ b/test/uscxml/xinclude/test-xinclude.scxml
@@ -0,0 +1,9 @@
+<scxml xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include href="included.scxml" />
+ <final id="fail">
+ <onentry><log expr="FAIL!" /></onentry>
+ </final>
+ <final id="pass">
+ <onentry><log expr="PASS!" /></onentry>
+ </final>
+</scxml> \ No newline at end of file