Merge remote-tracking branch 'upstream/pull/5487'

This commit is contained in:
Tom Hughes 2025-01-09 18:08:31 +00:00
commit a6c6f26acb
8 changed files with 55 additions and 39 deletions

View file

@ -15,7 +15,7 @@ class UserMailerTest < ActionMailer::TestCase
end
email = UserMailer.gpx_success(trace, 100)
assert_match("<em>one</em>, <em>two&amp;three</em>, <em>four&lt;five</em>", email.html_part.body.to_s)
assert_match("one, two&amp;three, four&lt;five", email.html_part.body.to_s)
assert_match("one, two&three, four<five", email.text_part.body.to_s)
end