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
No related branches found
No related tags found
No related merge requests found
Pipeline #305 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment