Nothing
test_that("combining of issues", {
expect_equal(c(IssueList(), Issue("test"), CriticalIssue("test2")), IssueList(Issue("test"), CriticalIssue("test2")))
})
test_that("printing of issues", {
local_edition(3)
local_reproducible_output()
issues <- IssueList(Issue("test"), CriticalIssue("test2"))
expect_snapshot(print(issues))
})
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.