summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-11 14:12:28 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-11 14:12:28 (GMT)
commitc30b602cdb5ede809b960e35fc7e702b7f1f76e2 (patch)
treea7935d13b35abde551d7b06836b4bc617fc5274e /test/w3c/lua
parentb95a9c2d23c4bfba84dfac8683c47153d598e09f (diff)
downloaduscxml-c30b602cdb5ede809b960e35fc7e702b7f1f76e2.zip
uscxml-c30b602cdb5ede809b960e35fc7e702b7f1f76e2.tar.gz
uscxml-c30b602cdb5ede809b960e35fc7e702b7f1f76e2.tar.bz2
Reformatted w3c tests with xmllint
Diffstat (limited to 'test/w3c/lua')
-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>