DelphiRazor icon indicating copy to clipboard operation
DelphiRazor copied to clipboard

The bugs in @foreach statement

Open Michael-Bryzgalov opened this issue 4 years ago • 0 comments

The @foreach statement implementation has follows bugs:

  1. Traversing @foreach statement duplicates the last iteration value;
  2. The first output of @foreach statement produce redundant padding. ForEach_Bugs

Michael-Bryzgalov avatar Jun 08 '21 15:06 Michael-Bryzgalov