use crate::*;
#[test]
fn gap() {
assert_xml!(
r#"
"#
)
}
#[test]
fn column_gap_in_flex_row_box() {
assert_xml!(
r#"
"#
)
}
#[test]
fn row_gap_in_flex_row_box() {
assert_xml!(
r#"
"#
)
}
#[test]
fn column_gap_in_flex_column_box() {
assert_xml!(
r#"
"#
)
}
#[test]
fn row_gap_in_flex_column_box() {
assert_xml!(
r#"
"#
)
}