Nothing
test_that("prompt_status", {
withr::local_options(cli.unicode = FALSE)
expect_equal(
prompt_status(NULL, NULL, TRUE, TRUE),
"v > "
)
expect_equal(
prompt_status(NULL, NULL, FALSE, TRUE),
"x > "
)
})
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.