summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/emptylog.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/statemachine/emptylog.scxml')
-rw-r--r--tests/auto/statemachine/emptylog.scxml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/statemachine/emptylog.scxml b/tests/auto/statemachine/emptylog.scxml
new file mode 100644
index 0000000..e31f925
--- /dev/null
+++ b/tests/auto/statemachine/emptylog.scxml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" name="qtbug71746.scxml">
+ <state id="failing">
+ <onentry>
+ <log label="Hi2"/>
+ </onentry>
+ </state>
+</scxml>