Nothing
test_that("trailing spaces", {
expect_equal(tidyWords("abc"), tidyWords(" abc "))
})
test_that("hyphens", {
expect_equal(tidyWords("ab c"), tidyWords("ab-c"))
})
test_that("capitalisation", {
expect_equal(tidyWords("AbC"), tidyWords("abc"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.