diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-27 16:23:58 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-03-27 16:23:58 (GMT) |
commit | f11664454a92cd6df193f665fa8d7f2f81d2e06d (patch) | |
tree | fcc04bc9f43daac54a95e9dc8942262b995689f9 /test/samples/uscxml | |
parent | c0e29f9d4574be340d23c88605bf8868b166f718 (diff) | |
download | uscxml-f11664454a92cd6df193f665fa8d7f2f81d2e06d.zip uscxml-f11664454a92cd6df193f665fa8d7f2f81d2e06d.tar.gz uscxml-f11664454a92cd6df193f665fa8d7f2f81d2e06d.tar.bz2 |
Some final touches on PHP API
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 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 |