tests/testthat/test-combining.R

test_that("unifont_combining()", {
    expect_length(unifont_combining(), 178L)
    expect_length(unifont_combining(upper = FALSE), 178L)
    expect_length(unifont_combining(csur = FALSE), 0L)
    expect_length(unifont_combining(unicode = TRUE), 2350L)
})

Try the hexfont package in your browser

Any scripts or data that you put into this service are public.

hexfont documentation built on Feb. 16, 2023, 8:34 p.m.