* Restored disappeared test

git-svn-id: trunk@49631 -
This commit is contained in:
michael 2021-07-22 05:53:06 +00:00
parent c48ac0a71e
commit 0e3d95b589

View File

@ -254,6 +254,7 @@ begin
testFormatBCD('0;;0',bcd, '0');
testFormatBCD('0;;#',bcd, '');
testFormatBCD('0;;0.00',bcd, '0.00');
testFormatBCD('0;;0.#',bcd, '0');
// test StrToBCD:
testBCDPrecScale(' 1.0000000000000000E-0003 ', 3, 3);