summaryrefslogtreecommitdiffstats
path: root/tests/auto/compiled/submachineunicodename.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/compiled/submachineunicodename.scxml')
-rw-r--r--tests/auto/compiled/submachineunicodename.scxml23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/compiled/submachineunicodename.scxml b/tests/auto/compiled/submachineunicodename.scxml
new file mode 100644
index 0000000..b62e751
--- /dev/null
+++ b/tests/auto/compiled/submachineunicodename.scxml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- enable-qt-mode: yes -->
+<scxml
+ xmlns="http://www.w3.org/2005/07/scxml"
+ version="1.0"
+ name="Directions1"
+ initial="anyplace"
+>
+ <state id="anyplace">
+ <invoke type="http://www.w3.org/TR/scxml/">
+ <content>
+ <scxml name="änywhere" version="1.0">
+ <state id="here">
+ <transition event="goThere" target="there"/>
+ </state>
+ <state id="there">
+ <transition event="goHere" target="here"/>
+ </state>
+ </scxml>
+ </content>
+ </invoke>
+ </state>
+</scxml>