summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-27 16:46:22 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-27 16:46:22 (GMT)
commit24d5c93edd48e7ec2db37cce22b1f98b19adc78b (patch)
treeaf4f87d6a72c08d8276733b7e6f39ef9ed143d5e /test/samples/uscxml
parentf11664454a92cd6df193f665fa8d7f2f81d2e06d (diff)
downloaduscxml-24d5c93edd48e7ec2db37cce22b1f98b19adc78b.zip
uscxml-24d5c93edd48e7ec2db37cce22b1f98b19adc78b.tar.gz
uscxml-24d5c93edd48e7ec2db37cce22b1f98b19adc78b.tar.bz2
Some more final touches for PHP
Diffstat (limited to 'test/samples/uscxml')
-rw-r--r--test/samples/uscxml/test-invoked.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/uscxml/test-invoked.scxml b/test/samples/uscxml/test-invoked.scxml
index 54590ff..f34ed5c 100644
--- a/test/samples/uscxml/test-invoked.scxml
+++ b/test/samples/uscxml/test-invoked.scxml
@@ -15,7 +15,7 @@
bar = "This is some string";
</script>
<log expr="'Message from the invoked scxml interpreter'" type="http://www.w3.org/TR/scxml/#Anything" id="thisOne" />
- <send target="#_parent" event="transitionToNext" namelist="foo">
+ <send target="#_parent" event="transitionToNext" namelist="foo bar">
<param name="bar" expr="bar" />
<content>
This is some content!