-
-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Labels
Description
This was found while investigating dotliquid/dotliquid#565
Spaces are not accepted consistently.
| Template | Status |
|---|---|
{{(1.. 5}} |
Works |
{{(1 . 5}} |
Works (unexpectedly) |
{{(1 ..5}} |
Doesn't Work (Empty) |
{{(1..5 )}} |
Exception |
{{( num.one .. num.five)}} |
Works |
{{( num.one .. num.five )}} |
Exception |
Reactions are currently unavailable