summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test534.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test534.scxml')
-rw-r--r--test/w3c/ecma/test534.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test534.scxml b/test/w3c/ecma/test534.scxml
index 9495d9e..57a54bf 100644
--- a/test/w3c/ecma/test534.scxml
+++ b/test/w3c/ecma/test534.scxml
@@ -9,7 +9,7 @@
</onentry>
<!-- if other end sends us back this event, we succeed -->
- <transition event="test" cond="_event.raw.search(/Var_scxmleventname=test/) !== -1" target="pass"/>
+ <transition event="test" cond="_event.raw.search('_scxmleventname=test') !== -1" target="pass"/>
<transition event="*" target="fail"/>
</state>