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