test_that("parse_query", {
expect_snapshot({
parse_query("foo")
parse_query("?foo")
parse_query("?foo&bar")
parse_query("?foo&bar=baz")
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.