test_that("comments are stripped", {
expect_equal(
strip_comments(c(
"##TITLE=Hello $$ world",
"$$ Hello world",
"12343 $$ hello world"
)),
c("##TITLE=Hello ", "", "12343 ")
)
})
test_that("comments are stripped", {
expect_equal(
strip_comments(c(
"##TITLE=Hello $$ world",
"$$ Hello world",
"12343 $$ hello world"
)),
c("##TITLE=Hello ", "", "12343 ")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.