Add regression test for

This commit is contained in:
Chris Wong 2015-04-30 16:33:24 +12:00
parent d6677b3319
commit 3c854d342c

View file

@ -183,6 +183,12 @@ fn issue_1() {
let _ = markup.to_string();
}
#[test]
fn issue_13() {
let owned = String::from("yay");
let _ = html! { $owned }.to_string();
}
mod control {
#[test]
fn if_expr() {