[bug-66181] add time example

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-08-01 16:12:36 +00:00
parent 633baa45eb
commit 725b256e95
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ final class TestValue {
confirmValue("$1,000e2", 100000);
confirmValue("30%", 0.3);
confirmValue("30 %", 0.3);
//next test is based on https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2
confirmValue("4:48:00", 0.2);
}
@Test