summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-30 10:33:43 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-30 10:33:43 (GMT)
commit99d2c52f1068b2dd4bd16b8c1c8231beeb94a649 (patch)
treec00a8d95a7d0fce9c5325297325e413d65ce7d14 /test
parent442204d0f510cb033cb75a542b010f4f90cbd2a3 (diff)
downloaduscxml-99d2c52f1068b2dd4bd16b8c1c8231beeb94a649.zip
uscxml-99d2c52f1068b2dd4bd16b8c1c8231beeb94a649.tar.gz
uscxml-99d2c52f1068b2dd4bd16b8c1c8231beeb94a649.tar.bz2
Started work on ECMAScript TypedArrays
Diffstat (limited to 'test')
-rw-r--r--test/samples/uscxml/test-ffmpeg.scxml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/samples/uscxml/test-ffmpeg.scxml b/test/samples/uscxml/test-ffmpeg.scxml
new file mode 100644
index 0000000..7897a27
--- /dev/null
+++ b/test/samples/uscxml/test-ffmpeg.scxml
@@ -0,0 +1,5 @@
+<scxml>
+ <state id="idle">
+ <invoke type="ffmpeg" id="ffmpeg" />
+ </state>
+</scxml> \ No newline at end of file