summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test488.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test488.scxml')
-rw-r--r--test/samples/w3c/ecma/test488.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test488.scxml b/test/samples/w3c/ecma/test488.scxml
index 8e007e3..9d9e1d8 100644
--- a/test/samples/w3c/ecma/test488.scxml
+++ b/test/samples/w3c/ecma/test488.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>