summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test309.scxml
blob: 8a9195cb8907c7647e8ae460b7e80382b9c1eec7 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- test that an expression that cannot be interpreted as a boolean is treated as false -->
<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0" initial="s0" datamodel="lua">
  <state id="s0">
    <transition cond="@@@@@@@@@@@@@@@@" target="fail"/>
    <transition target="pass"/>
  </state>
  <final id="pass"/>
  <final id="fail"/>
</scxml>