* extended test to cover last commit

This commit is contained in:
florian 2021-10-20 22:33:53 +02:00
parent 7baf2461f0
commit 2ee6a81cff

View File

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