Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed small bug in test.
  • Loading branch information
jbeard4 committed Nov 2, 2012
1 parent a5d1382 commit a449276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/send-internal/test0.scxml
Expand Up @@ -27,7 +27,7 @@

<state id="a">
<transition target="b" event="t">
<send eventexpr="'s1'" namelist="foo bar" type="#_internal">
<send eventexpr="'s1'" namelist="foo bar" target="#_internal">
<param name="bif" location="bat"/>
<param name="belt" expr="4"/>
</send>
Expand All @@ -41,7 +41,7 @@
_event.data.bif === 3 &amp;&amp;
_event.data.belt === 4">

<send eventexpr="'s2'" type="#_internal">
<send eventexpr="'s2'" target="#_internal">
<content>More content.</content>
</send>

Expand Down

0 comments on commit a449276

Please sign in to comment.