* set DecimalSeparator explicitly so that Format output can be tested easily regardless of current locale

git-svn-id: trunk@29701 -
This commit is contained in:
Tomas Hajny 2015-02-15 11:14:55 +00:00
parent 7e15bf6c2d
commit 41312d44b4

View File

@ -49,6 +49,7 @@ begin
end;
begin
DecimalSeparator := '.';
test;
writeln('ok');
end.