Add regression test for

This commit is contained in:
Chris Wong 2015-01-26 12:31:11 +13:00
parent 8eb655207e
commit 16994b5618

View file

@ -161,3 +161,9 @@ mod splices {
}
*/
}
#[test]
fn issue_1() {
let markup = html! { "Test" };
let _ = markup.render();
}