Skip to content

Commit

Permalink
For tests, avoid removing new lines in test.getText
Browse files Browse the repository at this point in the history
  • Loading branch information
edi9999 committed Jan 9, 2025
1 parent ca7c831 commit 1b114e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6/tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function unlinkFile(expectedName) {
}
}
function getText(file) {
return file.asText().replace(/\n|\t/g, "");
return file.asText();
}

function isBinaryFile(file1, file2) {
Expand Down

0 comments on commit 1b114e2

Please sign in to comment.