context("cc")
test_that("All tests",{
fileRef <- "testReference/cc_1.rds"
res <- list(
cc(a,b,`a b`)
,cc(a,b,"a b")
## be careful with spaces and special characters
,cc( d)
,cc(" d")
,cc()
)
expect_equal_to_reference(res,fileRef,version=2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.