summaryrefslogtreecommitdiffstats
path: root/test/w3c
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-15 10:17:15 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-15 10:17:15 (GMT)
commit61439d49e15045bbe9c3cf55b62fc15909dd48e2 (patch)
tree6bfacf394b186226e0ba5308d8fcd735203e52a4 /test/w3c
parentdbd110e2b7eb08c65218a5f9d09ef12fdc62c04a (diff)
downloaduscxml-61439d49e15045bbe9c3cf55b62fc15909dd48e2.zip
uscxml-61439d49e15045bbe9c3cf55b62fc15909dd48e2.tar.gz
uscxml-61439d49e15045bbe9c3cf55b62fc15909dd48e2.tar.bz2
Improved support for dot output
Diffstat (limited to 'test/w3c')
-rw-r--r--test/w3c/lua/test152.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test152.scxml b/test/w3c/lua/test152.scxml
index 1147c4b..71ff703 100644
--- a/test/w3c/lua/test152.scxml
+++ b/test/w3c/lua/test152.scxml
@@ -23,7 +23,7 @@ not being executed. -->
<state id="s1">
<onentry>
<!-- illegal item, legal array -->
- <foreach array="testvar5" index="testvar3" item="_no">
+ <foreach array="testvar5" index="testvar3" item="!_no">
<assign location="testvar1" expr="testvar1+1"/>
</foreach>
<raise event="bar"/>