mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 06:46:05 +02:00
parent
2486d58db9
commit
9394158fe2
@ -253,6 +253,7 @@ begin
|
|||||||
bcd:=strtobcd('0');
|
bcd:=strtobcd('0');
|
||||||
testFormatBCD('0;;0',bcd, '0');
|
testFormatBCD('0;;0',bcd, '0');
|
||||||
testFormatBCD('0;;#',bcd, '');
|
testFormatBCD('0;;#',bcd, '');
|
||||||
|
testFormatBCD('0;;0.#',bcd, '0');
|
||||||
testFormatBCD('0;;0.00',bcd, '0.00');
|
testFormatBCD('0;;0.00',bcd, '0.00');
|
||||||
|
|
||||||
// test StrToBCD:
|
// test StrToBCD:
|
||||||
|
Loading…
Reference in New Issue
Block a user