public void UnescapeHtml() { StringOperators.UnescapeHtml(""Me < Me & Jou, Jou > Me.", said he.").Should().Be("\"Me < Me & Jou, Jou > Me.\", said he."); StringOperators.FpUnescape("1 < 5", "html").Should().Be("1 < 5"); }