>_<
This commit is contained in:
parent
bd228c01a9
commit
8a147fb829
1 changed files with 1 additions and 1 deletions
|
@ -95,8 +95,8 @@ fn toggle_empty_attributes() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn toggle_empty_attributes_braces() {
|
fn toggle_empty_attributes_braces() {
|
||||||
|
struct Maud { rocks: bool }
|
||||||
let s = html!(input checked?[Maud { rocks: true }.rocks] /).into_string();
|
let s = html!(input checked?[Maud { rocks: true }.rocks] /).into_string();
|
||||||
let foo = 42;
|
|
||||||
assert_eq!(s, r#"<input checked>"#);
|
assert_eq!(s, r#"<input checked>"#);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue