diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-27 13:43:25 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-24 09:12:37 +0300 |
commit | 9b6d89ff8c798079f4db18eb2b5c66a7426ecbc5 (patch) | |
tree | 77c5c4c4aeb5e024104b5288ddf98afcfc0666af /test/instance_static/emoji | |
parent | e02101e15c425416975f756aca7f3b058006668d (diff) | |
download | pleroma-9b6d89ff8c798079f4db18eb2b5c66a7426ecbc5.tar.gz pleroma-9b6d89ff8c798079f4db18eb2b5c66a7426ecbc5.zip |
support for special chars in pack name
Diffstat (limited to 'test/instance_static/emoji')
-rw-r--r-- | test/instance_static/emoji/blobs.gg/blank.png | bin | 0 -> 95 bytes | |||
-rw-r--r-- | test/instance_static/emoji/blobs.gg/pack.json | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/instance_static/emoji/blobs.gg/blank.png b/test/instance_static/emoji/blobs.gg/blank.png Binary files differnew file mode 100644 index 000000000..8f50fa023 --- /dev/null +++ b/test/instance_static/emoji/blobs.gg/blank.png diff --git a/test/instance_static/emoji/blobs.gg/pack.json b/test/instance_static/emoji/blobs.gg/pack.json new file mode 100644 index 000000000..481891b08 --- /dev/null +++ b/test/instance_static/emoji/blobs.gg/pack.json @@ -0,0 +1,11 @@ +{ + "files": { + "blank": "blank.png" + }, + "pack": { + "description": "Test description", + "homepage": "https://pleroma.social", + "license": "Test license", + "share-files": true + } +}
\ No newline at end of file |