Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upper-bound-exclusive ranges erroneously exclude the lower bound #226

Open
Limeth opened this issue Jul 8, 2024 · 0 comments
Open

Upper-bound-exclusive ranges erroneously exclude the lower bound #226

Limeth opened this issue Jul 8, 2024 · 0 comments

Comments

@Limeth
Copy link

Limeth commented Jul 8, 2024

Citing the spec,

A range can be inclusive of both bounds given (denoted by joining two values by ".."), or it can include the lower bound and exclude the upper bound (denoted by instead using "...").

However, it seems that this library treats "..." ranges as exclusive-exclusive rather than inclusive-exclusive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant