tests/testthat/test-function-removeSpaces.R

test_that("removeSpaces() works", {

  expect_identical(removeSpaces(" a b c "), "abc")
  expect_identical(removeSpaces(" a  b  c "), "abc")
})
KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.