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

fix #69 - multiple regex matches overwrite diff #71

Conversation

milo-minderbinder
Copy link

Previously, the first matching regex pattern in a call to regex_check()
would overwrite the printableDiff and thereby cause any remaining
regexes that should match to fail.

This PR also removes example regex patterns, and uses raw strings in all patterns to avoid issues with special and escaped characters.

Previously, the first matching regex pattern in a call to `regex_check()`
would overwrite the `printableDiff` and thereby cause any remaining
regexes that _should_ match to fail.
@dxa4481
Copy link
Collaborator

dxa4481 commented Dec 10, 2017

I didn't merge this because there's another PR that adds regexes that would have heavily conflicted. Thank you for helping me diagnose the issue though, I've addressed this in #72

@dxa4481 dxa4481 closed this Dec 10, 2017
@milo-minderbinder milo-minderbinder deleted the feature/improve-regexes branch December 18, 2017 21:20
dustin-decker pushed a commit that referenced this pull request Apr 3, 2022
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants