Sean Shannon

Results 1 issues of Sean Shannon

For some reason, I can't get this test to pass. ``` [Test] public void Sean_RenderXMLContent() { string XMLContent = @"123124"; string template2 = @"{{#group}}{{couponid}}{{/group}}"; string expectedHTML = @"123124"; XmlDocument doc...