summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser/data/emptyScript.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/parser/data/emptyScript.scxml')
-rw-r--r--tests/auto/parser/data/emptyScript.scxml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/parser/data/emptyScript.scxml b/tests/auto/parser/data/emptyScript.scxml
new file mode 100644
index 0000000..48dd53b
--- /dev/null
+++ b/tests/auto/parser/data/emptyScript.scxml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" binding="early" xmlns:qt="http://www.qt.io/2015/02/scxml-ext" name="StateChart" qt:editorversion="11.0.1">
+ <state id="Initial">
+ <transition type="external" event="crash" target="Final_1">
+ <script>
+ </script>
+ </transition>
+ </state>
+ <final id="Final_1">
+ </final>
+</scxml>
+