* Test for fix of issue #38489

git-svn-id: trunk@49605 -
This commit is contained in:
michael 2021-07-13 08:16:14 +00:00
parent 2486d58db9
commit 9394158fe2

View File

@ -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: