From 1ca052978b64b783f46f4b228d3dcd79a0ed7f85 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 19 Mar 2023 12:13:54 +0200 Subject: [PATCH] CLient - Updated unit test to test combining of formatting --- source/birchwood/client/client.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 96fd367..2df9eca 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -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"); + /**