diff options
Diffstat (limited to 'test/w3c/lua/test314.scxml')
-rw-r--r-- | test/w3c/lua/test314.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/lua/test314.scxml b/test/w3c/lua/test314.scxml index ca2c283..9bf5936 100644 --- a/test/w3c/lua/test314.scxml +++ b/test/w3c/lua/test314.scxml @@ -15,7 +15,7 @@ it should not raise an error until it gets to s03 and evaluates the illegal expr </state> <state id="s03"> <onentry> - <assign location="Var1" expr="return"/> + <assign location="Var1" expr="return#"/> <raise event="foo"/> </onentry> <transition event="error.execution" target="pass"/> |