summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test528.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test528.scxml')
-rw-r--r--test/samples/w3c/ecma/test528.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test528.scxml b/test/samples/w3c/ecma/test528.scxml
index 9f1ebd4..edeb367 100644
--- a/test/samples/w3c/ecma/test528.scxml
+++ b/test/samples/w3c/ecma/test528.scxml
@@ -24,7 +24,7 @@
event has empty event.data -->
<state id="s1">
- <transition event="done.state.s0" cond="_event.data == null" target="pass"/>
+ <transition event="done.state.s0" cond="typeof _event.data === 'undefined'" target="pass"/>
<transition event="*" target="fail"/>
</state>