summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test183.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test183.scxml')
-rw-r--r--test/w3c/lua/test183.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test183.scxml b/test/w3c/lua/test183.scxml
index 2b36df9..13378c9 100644
--- a/test/w3c/lua/test183.scxml
+++ b/test/w3c/lua/test183.scxml
@@ -7,7 +7,7 @@ var1 has a value and we pass. Otherwise we fail -->
</datamodel>
<state id="s0">
<onentry>
- <send event="event1" idlocation="'testvar1'"/>
+ <send event="event1" idlocation="testvar1"/>
</onentry>
<transition cond="testvar1 ~= nil" target="pass"/>
<transition target="fail"/>