summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test401.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test401.scxml')
-rw-r--r--test/w3c/ecma/test401.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test401.scxml b/test/w3c/ecma/test401.scxml
index 9ce7217..d5f0545 100644
--- a/test/w3c/ecma/test401.scxml
+++ b/test/w3c/ecma/test401.scxml
@@ -7,7 +7,7 @@ it was raised second --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:co
<onentry>
<send event="foo"/>
<!-- assigning to a non-existent location should raise an error -->
- <assign location="Var1" expr="2"/>
+ <assign location="foo.bar.baz " expr="2"/>
</onentry>