summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma
diff options
context:
space:
mode:
authorStefan Radomski <sradomski@mintwerk.de>2016-02-04 22:54:49 (GMT)
committerStefan Radomski <sradomski@mintwerk.de>2016-02-04 22:54:49 (GMT)
commit9cf37e17d745a1f8533ea784a34562e67e6d7f2f (patch)
tree7caeab0086076923c46ac8f6d977a7ebb1273597 /test/w3c/ecma
parent7afc6a257e193986c9305364701085e65c4ccea5 (diff)
downloaduscxml-9cf37e17d745a1f8533ea784a34562e67e6d7f2f.zip
uscxml-9cf37e17d745a1f8533ea784a34562e67e6d7f2f.tar.gz
uscxml-9cf37e17d745a1f8533ea784a34562e67e6d7f2f.tar.bz2
Invokers with generated C
Diffstat (limited to 'test/w3c/ecma')
-rw-r--r--test/w3c/ecma/test240.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test240.scxml b/test/w3c/ecma/test240.scxml
index 381b04b..00e8c5b 100644
--- a/test/w3c/ecma/test240.scxml
+++ b/test/w3c/ecma/test240.scxml
@@ -46,7 +46,7 @@ should run correctly. -->
<transition cond="Var1==1" target="subFinal2">
<send target="#_parent" event="success"/>
</transition>
- <transition target="subFinal1">
+ <transition target="subFinal2">
<send target="#_parent" event="failure"/>
</transition>
</state>