summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test313.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test313.scxml')
-rw-r--r--test/w3c/lua/test313.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test313.scxml b/test/w3c/lua/test313.scxml
index bdedda3..ee62b7e 100644
--- a/test/w3c/lua/test313.scxml
+++ b/test/w3c/lua/test313.scxml
@@ -7,7 +7,7 @@ expression, it must raise an error -->
</datamodel>
<state id="s0">
<onentry>
- <assign location="Var1" expr="return"/>
+ <assign location="Var1" expr="return#"/>
<raise event="foo"/>
</onentry>
<transition event="error.execution" target="pass"/>