Nothing
context("Checking pastex")
test_that("pastex gets strings and pastes together",{
expect_equivalent(pastex("X", "Y", "Z"), "X|Y|Z")
expect_equivalent(pastex("@rm_percent", "@rm_dollar"),
"\\(?[0-9.]+\\)?%|\\$\\(?[0-9.,]+\\)?")
expect_equivalent(pastex("@rm_percent", "@time_12_hours"),
"\\(?[0-9.]+\\)?%|(1[012]|[1-9]):[0-5][0-9](\\s?)(am|pm)")
expect_equivalent("X" %|% "Z", "X|Z")
expect_equivalent("X" %+% "Z", "XZ")
})
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.