Skip an html! call

This commit is contained in:
Chris Wong 2020-09-27 21:30:50 +10:00
parent 2801530953
commit 0bab139b66

View file

@ -107,6 +107,7 @@ fn colons_in_names() {
r#"</pon-pon:controls-alpha>"#));
}
#[rustfmt::skip::macros(html)]
#[test]
fn hyphens_in_element_names() {
let s = html!(custom-element {}).into_string();