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

t4014: strengthen search patterns #406

Closed
wants to merge 1 commit into from

Conversation

sivaraam
Copy link
Member

The regex patterns for some failing test cases were a bit loose
giving way for a few incorrect outputs being accepted as correct
outputs.

To avoid such incorrect outputs from being flagged as correct ones
use fixed string matches when possible and strengthen regex when
it's not.

Signed-off-by: Kaartic Sivaraam kaarticsivaraam91196@gmail.com

The regex patterns for some failing test cases were a bit loose
giving way for a few incorrect outputs being accepted as correct
outputs.

To avoid such incorrect outputs from being flagged as correct ones
use fixed string matches when possible and strengthen regex when
it's not.

Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com>
@submitgit
Copy link
Member

@sivaraam sent this commit (9ddaf86...35bee3f) as a patch to the mailing list with submitGit - here on public-inbox, MARC

@sivaraam sivaraam closed this Sep 20, 2017
@sivaraam sivaraam deleted the work/test-regex-strengthen branch September 20, 2017 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants