test_that("use", {
expect_equal(capitalize_first_char("hello"), "Hello")
expect_equal(capitalize_first_char("Hello"), "Hello")
expect_equal(capitalize_first_char("hello world"), "Hello world")
expect_equal(capitalize_first_char("Hello world"), "Hello world")
expect_error(capitalize_first_char(""))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.