test_that("Szamerteket ad vissza", {
expect_type(unhuf("4 Ft"), "double")
expect_type(unhuf("-2 Ft"), "double")
expect_type(unhuf("0.00 Ft"), "double")
expect_type(unhuf("-42 Ft"), "double")
expect_type(unhuf("3,423.42 Ft"), "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.