Skip to content

Commit

Permalink
Merge pull request #504 from nunotexbsd/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Apr 7, 2024
2 parents d536d08 + 81e3927 commit 89566cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/testthat/test-encoding.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ test_that("write tables whose colnames and contents are UTF-8 encoded (#277)", {
})

test_that("list the field of tables whose colnames are BIG5 encoded (#277)", {
skip_on_os("linux")
skip_on_os("mac")
skip_on_os("solaris")
skip_if_not(.Platform$OS.type == "windows")
if (.Platform$OS.type == "windows") {
withr::local_collate("cht")
} else {
Expand Down Expand Up @@ -133,9 +131,7 @@ test_that("append tables whose colnames are UTF-8 encoded (#277)", {
})

test_that("write tables whose colnames or contents are BIG5 encoded (#277)", {
skip_on_os("linux")
skip_on_os("mac")
skip_on_os("solaris")
skip_if_not(.Platform$OS.type == "windows")

.loc <- Sys.getlocale("LC_COLLATE")
suppressWarnings(Sys.setlocale(locale = "cht"))
Expand Down

0 comments on commit 89566cf

Please sign in to comment.