tests/testthat/test-str_title_case.R

test_that("str_title_case() converts string to title case", {
  expect_equal(str_title_case("the quick brown fox jumps over a lazy dog"), "The Quick Brown Fox Jumps over a Lazy Dog")
})

Try the forstringr package in your browser

Any scripts or data that you put into this service are public.

forstringr documentation built on Aug. 7, 2023, 5:08 p.m.