diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-27 16:46:22 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-27 16:46:22 (GMT) |
commit | 24d5c93edd48e7ec2db37cce22b1f98b19adc78b (patch) | |
tree | af4f87d6a72c08d8276733b7e6f39ef9ed143d5e /test/samples | |
parent | f11664454a92cd6df193f665fa8d7f2f81d2e06d (diff) | |
download | uscxml-24d5c93edd48e7ec2db37cce22b1f98b19adc78b.zip uscxml-24d5c93edd48e7ec2db37cce22b1f98b19adc78b.tar.gz uscxml-24d5c93edd48e7ec2db37cce22b1f98b19adc78b.tar.bz2 |
Some more final touches for PHP
Diffstat (limited to 'test/samples')
-rw-r--r-- | test/samples/uscxml/test-invoked.scxml | 2 |
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! |