示例#1
0
        public void TestRemoveItalicStyleTag()
        {
            string expected  = "text";
            string formatted = CStringUtils.I(expected);

            Assert.AreEqual(expected, CStringUtils.RemoveRichTextTags(formatted));
        }