| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-04 19:35:46 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-04 19:35:46 UTC |
| parent | 91ce1f92613284730d1a5e865949b6d40d66d48a |
| test/TestChatMessageBuilder.hx | +1 | -1 |
diff --git a/test/TestChatMessageBuilder.hx b/test/TestChatMessageBuilder.hx index c605b67..0edcf49 100644 --- a/test/TestChatMessageBuilder.hx +++ b/test/TestChatMessageBuilder.hx @@ -18,7 +18,7 @@ class TestChatMessageBuilder extends utest.Test { final msg = new ChatMessageBuilder(); msg.setHtml("<blockquote>Hello<br>you</blockquote><img alt=':boop:'><br><b>hi</b> <em>hi</em> <s>hey</s> <tt>up</tt><pre>hello<br>you"); Assert.equals( - "> Hello\n> you\n:boop:\n*hi* _hi_ ~hey~ `up`\n```\nhello\nyou\n```\n", + "> Hello\n> you\n:boop:\n*hi* _hi_ ~hey~ `up`\n```\nhello\nyou\n```", msg.text ); }