Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 28, 2024
1 parent 471e7f0 commit d063193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/html5lib_tree_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fn serialize(buf: &mut String, indent: usize, handle: Handle) {
NodeData::Text { ref contents } => {
buf.push('"');
buf.push_str(&contents.borrow());
buf.push('\n');
buf.push_str("\"\n");
}

NodeData::Comment { ref contents } => {
Expand Down

0 comments on commit d063193

Please sign in to comment.