Nothing
test_that("style", {
withr::local_options(cli.num_colors = 256)
expect_snapshot(
cat(style(
ok = "OK", "\n",
note = "NOTE", "\n",
warn = "WARN", "\n",
err = "ERROR", "\n",
pale = "Not important", "\n",
timing = "[1m]", "\n"
))
)
})
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.