Skip to content

Commit 75ac8af

Browse files
committed
Revert "Last commit had odd chars inserted"
This reverts commit 263a63e.
1 parent 2538f31 commit 75ac8af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dom_types.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ pub mod tests {
10181018
let mut el: El<Msg> = div![ "test" ];
10191019
crate::vdom::setup_els(&crate::util::document(), &mut el, 0, 0);
10201020
assert_eq!(expected, el.el_ws.unwrap().outer_html());
1021+
<<<<<<< HEAD
10211022
}
10221023

10231024
#[wasm_bindgen_test]
@@ -1049,5 +1050,7 @@ pub mod tests {
10491050

10501051
crate::vdom::setup_els(&crate::util::document(), &mut el, 0, 0);
10511052
assert_eq!(expected, el.el_ws.unwrap().outer_html());
1053+
=======
1054+
>>>>>>> 953d5a04f788c3c06fffc8a82a42c4d0c93ff981
10521055
}
10531056
}

0 commit comments

Comments
 (0)