blob: 3b5e1833e3a9ecf9bf0bd5e059a98b25775a6d7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0"?>
<!-- test that ecmascript objects are converted to booleans inside cond -->
<scxml datamodel="ecmascript" version="1.0" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
<state id="s0">
<transition cond="'foo'" conf:targetpass=""/>
<transition conf:targetfail=""/>
</state>
<conf:pass/>
<conf:fail/>
</scxml>
|