tests/testthat/helper-output.R

unell <- function(x) {
  gsub(cli::symbol$ellipsis, "...", x, fixed = TRUE)
}

unell_bullets <- function(...) {
  unell(bullets(...))
}

unell_commas <- function(...) {
  unell(commas(...))
}
hadley/tibble documentation built on June 13, 2025, 3:33 a.m.