summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test554.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test554.scxml')
-rw-r--r--test/w3c/xpath/test554.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/xpath/test554.scxml b/test/w3c/xpath/test554.scxml
index 1a2b58a..74e25b3 100644
--- a/test/w3c/xpath/test554.scxml
+++ b/test/w3c/xpath/test554.scxml
@@ -8,8 +8,8 @@ before the timer goes off. --><scxml xmlns="http://www.w3.org/2005/07/scxml" xm
<send event="timer" delayexpr="'1s'"/>
</onentry>
- <!-- namelist references an undeclared variable -->
- <invoke type="http://www.w3.org/TR/scxml/" namelist="$Var2">
+ <!-- reference an invalid namelist -->
+ <invoke type="http://www.w3.org/TR/scxml/" namelist="&#34;foo&#34;">
<content>
<scxml initial="subFinal" version="1.0" datamodel="xpath">
<final id="subFinal"/>