Explorar o código

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

git-svn-id: trunk@29701 -
Tomas Hajny %!s(int64=10) %!d(string=hai) anos
pai
achega
41312d44b4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/webtbs/tw21449.pp

+ 1 - 0
tests/webtbs/tw21449.pp

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