Nothing
test_that("selector_to_css() works", {
expect_equal(selector_to_css("css selector", "selector"), "selector")
expect_equal(selector_to_css("id", "id"), "#id")
expect_equal(selector_to_css("class name", "class"), ".class")
expect_equal(selector_to_css("name", "name"), "[name = 'name']")
expect_equal(selector_to_css("link text", "text"), "a:contains(^text$)")
})
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.