Nothing
context("NMseed")
test_that("basic",{
expect_equal(simplePath("hel/wee/ww"),"hel/wee/ww")
expect_equal(simplePath("hel/wee/../wee/ww"),"hel/wee/ww")
expect_equal(simplePath("/hel/wee/ww"),"/hel/wee/ww")
expect_equal(simplePath("//hel/wee/ww"),"/hel/wee/ww")
expect_equal(simplePath("c://hel/wee/ww"),"c:/hel/wee/ww")
expect_equal(simplePath("c:/hel/wee/ww"),"c:/hel/wee/ww")
expect_equal(simplePath("c:/hel/wee/ ww"),"c:/hel/wee/ ww")
expect_equal(simplePath("c:/hel/wee/ ww"),"c:/hel/wee/ ww")
})
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.