# env_var_name ----
test_that("`as_env_var_name()` works as expected", {
expect_identical(as_env_var_name("only", "UPPERCASE?chars-plus:underscore"),
"ONLY_UPPERCASE_CHARS_PLUS_UNDERSCORE")
expect_identical(as_env_var_name("1", "not start with", "digit"),
"_1_NOT_START_WITH_DIGIT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.