DelphiRazor
DelphiRazor copied to clipboard
The bugs in @foreach statement
The @foreach statement implementation has follows bugs:
- Traversing @foreach statement duplicates the last iteration value;
- The first output of @foreach statement produce redundant padding.