summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml/test487.txml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/txml/test487.txml')
-rw-r--r--test/w3c/txml/test487.txml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/w3c/txml/test487.txml b/test/w3c/txml/test487.txml
index 7210c2b..fe7423c 100644
--- a/test/w3c/txml/test487.txml
+++ b/test/w3c/txml/test487.txml
@@ -4,11 +4,12 @@
<scxml initial="s0" conf:datamodel="" version="1.0" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
<datamodel>
- <data conf:id="1" conf:illegalExpr=""/>
+ <data conf:id="1"/>
</datamodel>
<state id="s0">
<onentry>
+ <assign conf:location="1" conf:illegalExpr=""/>
<raise event="event"/>
</onentry>