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