Closed (fixed)
Project:
UI Suite Bootstrap
Version:
5.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2024 at 14:46 UTC
Updated:
21 Nov 2024 at 09:24 UTC
Jump to comment: Most recent
Comments
Comment #4
grimreaperComment #5
pdureau commentedLets use
range()function instead of the..built-in operator because:..is just syntactic sugar for therange()function. So,1..items|lengthis the same asrange(1, items|length), but without the possibility of adding a step..doesn't' exist in Jinja and Nunjucks, butrange()function does.See also: #3485967: Validator: warnign if `..` operator is found
Comment #6
pdureau commentedComment #7
grimreaperMR updated.
Comment #8
pdureau commented