1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
- Updated unit test to test combining of formatting
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-19 12:13:54 +02:00
parent 033ea850f3
commit 1ca052978b

View File

@ -1113,6 +1113,9 @@ public class Client : Thread
client.channelMessage(formattedTextMonospace, "#birchwood");
client.channelMessage(formattedTextStrikthrough, "#birchwood");
string combination = bold(italics("Italiano Boldino"));
client.channelMessage(combination, "#birchwood");
/**