Browse Source

* Improved output

florian 22 năm trước cách đây
mục cha
commit
c37cdcf4e8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tests/test/texception1.pp

+ 2 - 1
tests/test/texception1.pp

@@ -170,7 +170,8 @@ Procedure Finish;
 
 begin
   Writeln;
-  Write ('Finished.');
+  Writeln ('Finished.');
+  writeln;
   { Press enter to continue.');
   Readln; tests/test/test... must be non interactive !! PM }
 end;