tests/testthat/test-convertToPPTNumFormat.R

context("convertToPPTNumFormat")

test_that("convertToPPTNumFormat",
{
    expect_equal(convertToPPTNumFormat(""), "General")
    #expect_equal(convertToPPTNumFormat(",.2f"), "#,##.00")
    #expect_equal(convertToPPTNumFormat(",.0f"), "#,##")
    expect_equal(convertToPPTNumFormat(".1%"), "0.0%")
    expect_equal(convertToPPTNumFormat(".2"), "0.00")
})
Displayr/flipChart documentation built on Sept. 20, 2024, 10:56 a.m.