Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update query-result normalization logic to support plus repo name del…
…imiter (#1211) The delimiter used in canonical repo names is changing from `~` to `+`.[^1] This logic, which tries to normalize query results for the purposes of diff-testing against golden results, label parsing seems unavoidable, so we fall back to the non-preferred approach of supporting both delimiters in our patterns. Also, refine the patterns to be more exact and better reflect the intent to only act agaisnt the repo-name part of each label: * anchor the patterns to match only at start of each label * only operate before the first `/` [^1]: bazelbuild/bazel#23127
- Loading branch information