Nothing
test_that("str_rtl() adds RTL-embeeding Unicode character", {
expect_equal(
str_rtl("א.", "ב."),
stringr::str_c("\u202B", stringr::str_c("א.", "ב.", sep = "\u202B"))
)
expect_equal(
str_rtl("א.", "ב.", multiline = TRUE),
stringr::str_c("\u202B", stringr::str_c("א.", "ב.", sep = "\n\u202B", collapse = "\n\u202B"))
)
})
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.