mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 11:18:18 +02:00
* Restored disappeared test
git-svn-id: trunk@49631 -
This commit is contained in:
parent
c48ac0a71e
commit
0e3d95b589
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user