tests/testthat/helper-output.R

local_utf8 <- function(enable = TRUE, .local_envir = parent.frame()) {
  withr::local_options(
    list(cli.unicode = enable),
    .local_envir = .local_envir
  )
}
patperry/r-utf8 documentation built on Jan. 26, 2024, 12:59 a.m.