test_that("multiplication works", {
expect_equal("ABCD" %=~% "1234", FALSE)
})
test_that("", {
expect_error(12 %=~% c(12, 3))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.