Nothing
context("Tests for type_helpers")
testthat::test_that(
desc = "Testing add_wildcard",
code = {
expect_equal(add_wildcard("A", "R[B = 1] -> A", c("C", "D"), c("C", "R")),
"R[B = 1, C = . , R = . ] -> A")
expect_equal(add_wildcard("A", "R[B = 1] -> A", c("C", "R"), c("C", "R")),
"A[C = . , R = . ]")
}
)
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.