public void should_convert_ampersand()
 {
     TestingUnicodeFileToHtmlTextConverter testingUnicodeFileToHtmlTextConverter = new TestingUnicodeFileToHtmlTextConverter("Copy & Paste");
     Assert.AreEqual("Copy &amp; Paste<br />", testingUnicodeFileToHtmlTextConverter.ConvertToHtml());
 }
示例#2
0
        public void should_convert_ampersand()
        {
            TestingUnicodeFileToHtmlTextConverter testingUnicodeFileToHtmlTextConverter = new TestingUnicodeFileToHtmlTextConverter("Copy & Paste");

            Assert.AreEqual("Copy &amp; Paste<br />", testingUnicodeFileToHtmlTextConverter.ConvertToHtml());
        }