Add regression test for #1
This commit is contained in:
parent
8eb655207e
commit
16994b5618
1 changed files with 6 additions and 0 deletions
|
@ -161,3 +161,9 @@ mod splices {
|
|||
}
|
||||
*/
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn issue_1() {
|
||||
let markup = html! { "Test" };
|
||||
let _ = markup.render();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue