summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/tests/test321.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/tests/test321.scxml')
-rw-r--r--test/samples/w3c/tests/test321.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/tests/test321.scxml b/test/samples/w3c/tests/test321.scxml
index 66fcf58..fe70937 100644
--- a/test/samples/w3c/tests/test321.scxml
+++ b/test/samples/w3c/tests/test321.scxml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><!-- test that _sessionid is bound on startup --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" datamodel="ecmascript" version="1.0" name="machineName">
<datamodel>
- <data id="Var1" expr="_sessionid"/>
+ <data id="Var1" expr="$_sessionid"/>
</datamodel>
<state id="s0">