2
0
Эх сурвалжийг харах

* extended test to cover last commit

florian 3 жил өмнө
parent
commit
2ee6a81cff

+ 4 - 1
tests/test/units/system/tparam.pp

@@ -1,4 +1,3 @@
-{ %INTERACTIVE }
 program tparam;
 
 var
@@ -8,4 +7,8 @@ Begin
    Begin
      WriteLn(paramStr(i));
    End;
+  for i:=-127 to -1 do
+    if paramStr(i)<>'' then
+      halt(1);
+  writeln('ok')
 end.