Skip to content
Snippets Groups Projects
Verified Commit 16cba573 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes bug that could cause wrong alias expansion

When using an alias with $i..j parameter it would instead only use (i,j]
instead of [i,j]. The same applied to $i.. where (i, ∞] was used instead
of [i, ∞].
parent 2e43bd55
Branches
No related tags found
No related merge requests found
Pipeline #305 passed