diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-03-12 00:51:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 00:51:06 +0300 |
| commit | 5b5fd46c3aab6140aa25f5140673656aa12be0c5 (patch) | |
| tree | 190697cc40258d29450a3fab8fc8611ac768b18d /spec/fixtures | |
| parent | c3d43bed6913c5b55f5bb24cb55bca323115b12e (diff) | |
resolves #9 add basic audio and video support (#323)
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/audio/book.adoc | 7 | ||||
| -rw-r--r-- | spec/fixtures/audio/small.mp3 | bin | 0 -> 764176 bytes | |||
| -rw-r--r-- | spec/fixtures/video/book.adoc | 9 | ||||
| -rw-r--r-- | spec/fixtures/video/small.webm | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..0379b4d --- /dev/null +++ b/spec/fixtures/audio/small.mp3 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 Binary files differnew file mode 100644 index 0000000..da946da --- /dev/null +++ b/spec/fixtures/video/small.webm |
