Skip to content

Commit

Permalink
feat(#2642): charset
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 5, 2023
1 parent ce0533d commit 76bbb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void printsProperListingEvenWhenSyntaxIsBroken() throws Exception {
new EoSyntax(
"test-44",
new InputOf(src)
).parsed().toString().getBytes(),
).parsed().toString().getBytes(StandardCharsets.UTF_8),
StandardCharsets.UTF_8
)
),
Expand Down

0 comments on commit 76bbb56

Please sign in to comment.