test_that("str_length is number of characters", { expect_equal(str_length("a"), 1) expect_equal(str_length("ab"), 2) expect_equal(str_length("abc"), 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.