summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-27 16:23:58 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-27 16:23:58 (GMT)
commitf11664454a92cd6df193f665fa8d7f2f81d2e06d (patch)
treefcc04bc9f43daac54a95e9dc8942262b995689f9 /test
parentc0e29f9d4574be340d23c88605bf8868b166f718 (diff)
downloaduscxml-f11664454a92cd6df193f665fa8d7f2f81d2e06d.zip
uscxml-f11664454a92cd6df193f665fa8d7f2f81d2e06d.tar.gz
uscxml-f11664454a92cd6df193f665fa8d7f2f81d2e06d.tar.bz2
Some final touches on PHP API
Diffstat (limited to 'test')
-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 eb9162e..54590ff 100644
--- a/test/samples/uscxml/test-invoked.scxml
+++ b/test/samples/uscxml/test-invoked.scxml
@@ -23,7 +23,7 @@ This is some content!
</send>
</onentry>
- <!-- transition target="done" / -->
+ <transition target="done" />
</state>
<state id="done" final="true" />
</scxml> \ No newline at end of file