Nothing
test_that("ornament", {
expect_snapshot({
new_ornament(c("abc", "de"))
new_ornament(c("abc", "de"), align = "right")
new_ornament(c("abc", "de"), width = 5, align = "right")
format(new_ornament(c("abc", "de")))
format(new_ornament(c("abc", "de")), width = 5)
})
})
test_that("vertical", {
expect_snapshot({
as_glue(c("abc", "de"))
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.