tests/testthat/test_textFormatters.R

context("test_textFormatters.R")

test_that("Proper case formatter", {
  expect_equal(to_proper_case("Abc"), "Abc")
  expect_equal(to_proper_case("abc"), "Abc")
  expect_equal(to_proper_case("ABC"), "Abc")
})
murraycadzow/bReakingbad documentation built on Oct. 15, 2021, 3:27 p.m.