summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-03-12 00:51:06 +0300
committerGitHub <noreply@github.com>2020-03-12 00:51:06 +0300
commit5b5fd46c3aab6140aa25f5140673656aa12be0c5 (patch)
tree190697cc40258d29450a3fab8fc8611ac768b18d /spec/fixtures
parentc3d43bed6913c5b55f5bb24cb55bca323115b12e (diff)
resolves #9 add basic audio and video support (#323)
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/audio/book.adoc7
-rw-r--r--spec/fixtures/audio/small.mp3bin0 -> 764176 bytes
-rw-r--r--spec/fixtures/video/book.adoc9
-rw-r--r--spec/fixtures/video/small.webmbin0 -> 229455 bytes
4 files changed, 16 insertions, 0 deletions
diff --git a/spec/fixtures/audio/book.adoc b/spec/fixtures/audio/book.adoc
new file mode 100644
index 0000000..65c5cd8
--- /dev/null
+++ b/spec/fixtures/audio/book.adoc
@@ -0,0 +1,7 @@
+= Audio
+:doctype: book
+
+== Chapter
+
+.Audio
+audio::small.mp3[]
diff --git a/spec/fixtures/audio/small.mp3 b/spec/fixtures/audio/small.mp3
new file mode 100644
index 0000000..0379b4d
--- /dev/null
+++ b/spec/fixtures/audio/small.mp3
Binary files differ
diff --git a/spec/fixtures/video/book.adoc b/spec/fixtures/video/book.adoc
new file mode 100644
index 0000000..2846bb8
--- /dev/null
+++ b/spec/fixtures/video/book.adoc
@@ -0,0 +1,9 @@
+= Video
+:doctype: book
+
+Preamble
+
+== Chapter
+
+.Video
+video::small.webm[width=400]
diff --git a/spec/fixtures/video/small.webm b/spec/fixtures/video/small.webm
new file mode 100644
index 0000000..da946da
--- /dev/null
+++ b/spec/fixtures/video/small.webm
Binary files differ