Skip to content

Commit

Permalink
Undo "trying to make test fail"
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups authored Mar 5, 2024
1 parent e3d006e commit d687fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void comparisonBetweenJsGeneratorAndOtherConverters(final VariableDeclaration va
if (querySelectorAdded) {

assertThat(converted).containsExactly( "%s targetElement_000 = document.querySelector(`:root > body`);".formatted(keyword),
"%s h1_001 = document.createElement('h1');".formatted(keyword),
"%s h1_000 = document.createElement('h1');".formatted(keyword),
"%s text_000 = document.createTextNode(`HTML To JavaScript`);".formatted(keyword),
"h1_000.appendChild(text_000);",
"targetElement_000.appendChild(h1_000);",
Expand Down

0 comments on commit d687fba

Please sign in to comment.