Beispiel #1
0
        public void SingleElementTest()
        {
            string text = "bold text";
            Bold   body = new Bold(text);

            Assert.Equal($"<b>{text}</b>", body.ToHtml());
        }