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