Nothing
context("Import JDX files")
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 "))
})
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.