tb0043.pp 369 B

12345678910111213141516
  1. { %FAIL }
  2. { Old file: tbf0219.pp }
  3. { wrong error message OK 0.99.11 (PFV) }
  4. { Should give '(' expected in line 6 }
  5. const
  6. replaces=4;
  7. replacetab : array[1..replaces,1..2] of string[32]=(
  8. ':',' or colon',
  9. 'mem8','mem or bits8',
  10. 'mem16','mem or bits16',
  11. 'mem32','mem or bits32'
  12. )
  13. begin
  14. end.