test_that("test praise works", {
expect_identical(praise("Thomas"),
glue::glue("You're the best, Thomas!"))
expect_identical(praise("Thomas", ";"),
glue::glue("You're the best, Thomas;"))
expect_error(praise())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.