2
0

tb0052.pp 287 B

123456789101112
  1. { %FAIL }
  2. { Old file: tbf0269.pp }
  3. { wrong linenumber for repeat until when type mismatch OK 0.99.12b (PM) }
  4. { No idea how I could test this !! PM }
  5. { we should parse the compiler output !! }
  6. { Wrong line number for error message }
  7. begin
  8. repeat
  9. writeln('test');
  10. until sptr;
  11. end.