helpers, disco: Add missing serialisation, and add a test.

This commit is contained in:
Emmanuel Gil Peyrot 2017-11-23 16:30:53 +00:00
commit d78a0e6dae
2 changed files with 5 additions and 0 deletions

View file

@ -340,6 +340,9 @@ macro_rules! generate_element_with_children {
$(
.attr($attr_name, elem.$attr)
)*
$(
.append(elem.$child_ident)
)*
.build()
}
}