summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test152.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test152.scxml')
-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"/>