Nothing
context ("Utilities")
test_that ("format time",
{
expect_true(startsWith (.ddg.format.time ("2018-07-31 16:46:30"),
"2018-07-31T16.46.30"))
})
test_that ("remove tabs and eols",
{
expect_equal (.ddg.remove.tab.and.eol.chars ("abc"), "abc")
expect_equal (.ddg.remove.tab.and.eol.chars (" abc"), " abc")
expect_equal (.ddg.remove.tab.and.eol.chars ("a bc"), "a bc")
expect_equal (.ddg.remove.tab.and.eol.chars ("abc "), "abc ")
expect_equal (.ddg.remove.tab.and.eol.chars (" a bc "), " a bc ")
})
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.