Inconsistent shape with repeated comma-separated list selector indices #36
Labels
No labels
bug
duplicate
enhancement/documentation
enhancement/feature
enhancement/organization
question
rejected
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
UserCurt/mpath#36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Repeated indices in CSL selectors produce inconsistent shapes.
The expected result is 3x1, each with the three respective CSL selector indices.
In contrast, having just the index
1repeated gives the expected result:The second case here would expect the same element but repeated as a 2x1.
Fixed in
5b0dbd.