Skip to content

Commit

Permalink
Merge b642772 into 10efce2
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Dec 5, 2023
2 parents 10efce2 + b642772 commit 6df6f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-io.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("non-ASCII characters are handled properly for file styling", {
skip_if(.Platform$OS.type != "windows")

withr::with_locale(
c(LC_CTYPE = "English_United States.1252"),
c("LC_CTYPE" = "English_United States.65001"),
{
tmp <- tempfile(fileext = ".R")
con <- file(tmp, encoding = "UTF-8")
Expand Down

0 comments on commit 6df6f1f

Please sign in to comment.