test_that("find_whitespace", {
expect_equal(find_whitespace("absd"), FALSE)
expect_equal(find_whitespace("absd "), TRUE)
expect_equal(find_whitespace("a bsd"), TRUE)
})
test_that("find_whitespace_2", {
expect_equal(find_whitespace_2("absd"), FALSE)
expect_equal(find_whitespace_2("absd "), TRUE)
expect_equal(find_whitespace_2("a bsd"), TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.