summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test333.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test333.scxml')
-rw-r--r--test/samples/w3c/ecma/test333.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/ecma/test333.scxml b/test/samples/w3c/ecma/test333.scxml
index cb9721a..9e06896 100644
--- a/test/samples/w3c/ecma/test333.scxml
+++ b/test/samples/w3c/ecma/test333.scxml
@@ -4,7 +4,7 @@
<onentry>
<send event="foo"/>
</onentry>
- <transition event="foo" cond="_event.sendid == null" target="pass"/>
+ <transition event="foo" cond="typeof _event.sendid === 'undefined' " target="pass"/>
<transition event="*" target="fail"/>
</state>