mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:47:52 +02:00
* 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:
parent
7e15bf6c2d
commit
41312d44b4
@ -49,6 +49,7 @@ begin
|
||||
end;
|
||||
|
||||
begin
|
||||
DecimalSeparator := '.';
|
||||
test;
|
||||
writeln('ok');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user