mirror of https://akkoma.dev/AkkomaGang/akkoma
![]() There was one test who used MFM and now failed due to the new representation. This is now adapted so it doesn't fail any more. There was another test failing, but I don't see how this could have been affected by the MFM changes... But I did draw in newer dependencies, so I thought maybe a newer EARMARK dependency was now failing, and indeed. By explicitly asking for 1.4.46 (according to mix.lock the version it was before), it now works again. This is what was failing. It seems that earmark 1.4.47 removed everything before the comment, which it should not do. 1) test format_input/3 with markdown raw HTML (Pleroma.Web.CommonAPI.UtilsTest) test/pleroma/web/common_api/utils_test.exs:213 Assertion with == failed code: assert result == ~s"<a href=\"http://example.org/\">OwO</a>" left: "" right: "<a href=\"http://example.org/\">OwO</a>" stacktrace: test/pleroma/web/common_api/utils_test.exs:216: (test) |
||
---|---|---|
.. | ||
accept_validation_test.exs | ||
announce_validation_test.exs | ||
article_note_page_validator_test.exs | ||
attachment_validator_test.exs | ||
block_validation_test.exs | ||
delete_validation_test.exs | ||
emoji_react_handling_test.exs | ||
follow_validation_test.exs | ||
like_validation_test.exs | ||
reject_validation_test.exs | ||
tag_validator_test.exs | ||
undo_handling_test.exs | ||
update_handling_test.exs | ||
user_validator_test.exs |