summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test176.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test176.scxml')
-rw-r--r--test/w3c/lua/test176.scxml9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/w3c/lua/test176.scxml b/test/w3c/lua/test176.scxml
index 7e5f460..c82be88 100644
--- a/test/w3c/lua/test176.scxml
+++ b/test/w3c/lua/test176.scxml
@@ -19,11 +19,10 @@ aParam in event1 is 2 so that var2 gets set to 2, success, otherwise failure --
<transition event="*" target="fail"/>
</state>
<state id="s1">
- <onentry>
- <log label="asdfasdf" expr="testvar2" />
- <log label="123123" expr="_event.data.aParam" />
-
- </onentry>
+ <onentry>
+ <log label="asdfasdf" expr="testvar2"/>
+ <log label="123123" expr="_event.data.aParam"/>
+ </onentry>
<transition cond="testvar2 == 2" target="pass"/>
<transition target="fail"/>
</state>