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: only check for blank space between status entries in expand_template #834

Merged
merged 2 commits into from
May 6, 2024

Conversation

com6056
Copy link
Contributor

@com6056 com6056 commented May 6, 2024


Type of change

Bug fix (change which fixes an issue)

https://bazelbuild.slack.com/archives/C04281DTLH0/p1713216473704709

Follow-up from #820

The old regex was including newlines when checking for the second value, so this switches it to only look for spaces/tabs instead

Test plan

Updated link to new regex101 examples

@com6056 com6056 changed the title only check for blank space between status entries in expand_template fix: only check for blank space between status entries in expand_template May 6, 2024
Copy link
Collaborator

@alexeagle alexeagle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! It seems like we ought to have a unit test here, could be in a followup.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@alexeagle alexeagle merged commit d8d22cb into bazel-contrib:main May 6, 2024
33 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants