test_that("round brackets are unindented correctly", {
expect_no_warning(test_collection("unindention",
"mixed",
transformer = style_text_without_curly_curly
))
})
test_that("tokens are not dropped in named vector", {
expect_no_warning(test_collection("unindention",
"vec",
transformer = style_text
))
})
test_that(paste(
"if last token is multi-line and no line break precede,",
"unindention is correct"
), {
expect_no_warning(test_collection("unindention",
"vec",
transformer = style_text
))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.