public void mustache_attr() { var tag = new HtmlTag("a"); tag.MustacheAttr("href", "url"); tag.ToString().ShouldEqual("<a href=\"{{url}}\"></a>"); }