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

Control when user inputs an invalid range of pages #4

Open
idircarlos opened this issue Dec 17, 2022 · 0 comments
Open

Control when user inputs an invalid range of pages #4

idircarlos opened this issue Dec 17, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@idircarlos
Copy link
Collaborator

In the regularexpr module, we have a function that parse the range of pages. It returns None when the input is invalid.
The input is invalid when the there is any invalid range. An invalid range occurs when the bottom value is greater than the top one.
Valid inputs:

  • 1,3,5-10,20,21
  • 1,2,4-10,3, 12-15

Invalid inputs:

  • 1-5,7,9-11,15-13
  • 1-9, 12-10

Display an alert box if the return of the function is None, explaining that the input line was wrong.

@idircarlos idircarlos self-assigned this Dec 17, 2022
@idircarlos idircarlos added the bug Something isn't working label Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant