From 856df0ec5823ae12682fe4c4bcd4c15a062be1dc Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 14 Jul 2021 19:35:12 +0300 Subject: add support for other file types (to be improved) currently images that were sent as files are supported, but their files land in `files` directory. text file and additional image used for test are stored as symlinks now, because i don't want them to consume too much space. --- tests/files/LICENSE.md | 1 + tests/files/dice.svg | 603 +++++++++++++++++++++++++++++++++++++++++ tests/files/dice.svg_thumb.jpg | Bin 0 -> 8124 bytes 3 files changed, 604 insertions(+) create mode 120000 tests/files/LICENSE.md create mode 100644 tests/files/dice.svg create mode 100644 tests/files/dice.svg_thumb.jpg (limited to 'tests/files') diff --git a/tests/files/LICENSE.md b/tests/files/LICENSE.md new file mode 120000 index 0000000..f0608a6 --- /dev/null +++ b/tests/files/LICENSE.md @@ -0,0 +1 @@ +../../LICENSE.md \ No newline at end of file diff --git a/tests/files/dice.svg b/tests/files/dice.svg new file mode 100644 index 0000000..07a9b09 --- /dev/null +++ b/tests/files/dice.svg @@ -0,0 +1,603 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/files/dice.svg_thumb.jpg b/tests/files/dice.svg_thumb.jpg new file mode 100644 index 0000000..bf2a611 Binary files /dev/null and b/tests/files/dice.svg_thumb.jpg differ -- cgit v1.2.3