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

Docket regular expression pattern permits matches that lack alphanumeric characters #11

Open
NathanWEdwards opened this issue Oct 22, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@NathanWEdwards
Copy link
Collaborator

User input of invalid case number matching the regular expression triggers a response that indicates no case was found.

Steps to recreate the issue:

  1. Text ‘- - - - -’ to (802) 760 2922.

The application responds with: “We did not find any cases that match - - - - -.”

Given a case number with invalid characters (e.g. characters for spacing),
When the user supplies an invalid case number,
Then the application should ... (e.g. send a help response).

Acceptance Criteria:
The application provides a help response message when invalid characters are present in case numbers.

@NathanWEdwards NathanWEdwards added the enhancement New feature or request label Oct 22, 2022
@NathanWEdwards NathanWEdwards self-assigned this Oct 22, 2022
@NathanWEdwards NathanWEdwards changed the title Docket Regular Expression Pattern Permits Matches That Lack Alphanumeric Characters Docket regular expression pattern permits matches that lack alphanumeric characters Oct 22, 2022
@NathanWEdwards NathanWEdwards added the bug Something isn't working label Oct 22, 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 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant