Skip to content

Commit

Permalink
238 Correct failing test by replacing body_100 with body_000
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups committed Sep 4, 2023
1 parent 6266b03 commit d08adc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ void convertInlineContentWithNonASCIICharactersWithComment(final VariableDeclara
"body_000.appendChild(div_000);",
"%s text_027 = document.createTextNode(` `);".formatted(keyword),
"body_000.appendChild(text_027);",
"html_000.appendChild(body_100);"
"html_000.appendChild(body_000);"
})));

}
Expand Down

0 comments on commit d08adc2

Please sign in to comment.