diff options
Diffstat (limited to 'test/samples/uscxml')
-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! |