summaryrefslogtreecommitdiff
path: root/test/pleroma/web/rich_media/parser_test.exs
AgeCommit message (Collapse)Author
2022-01-10Escape unicode RTL overrides in rich media parser testsfix/rich-media-test-escape-unicrudrinpatch
Elixir 1.13 does not allow them in raw form anymore, resulting in errors like this when running the test: == Compilation error in file test/pleroma/web/rich_media/parser_test.exs == ** (SyntaxError) test/pleroma/web/rich_media/parser_test.exs:136:45: invalid bidirectional formatting character in string: \u202C. If you want to use such character, use it in its escaped \u202C form instead
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-10-13tests consistencyAlexander Strizhakov