test_that("select star from foo", {
expect_equal("SELECT *\nFROM foo",
sql.format("select * from foo",
reindent = 1,
keyword_case = "upper",
strip_comments = 1))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.