summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test463.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test463.scxml')
-rw-r--r--test/samples/w3c/ecma/test463.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test463.scxml b/test/samples/w3c/ecma/test463.scxml
index 4f32b84..8ff0555 100644
--- a/test/samples/w3c/ecma/test463.scxml
+++ b/test/samples/w3c/ecma/test463.scxml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><!-- test that the <data> tag creates an element in the XML datamodel with the correct name and id attr
and binds an XPath variable to it --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="xpath">
<datamodel>
- <data id="foo" expr="2"/>
+ <data id="foo" expr="20"/>
</datamodel>
<state id="s0">