Account for delimiters in structured data replacements#6029
Account for delimiters in structured data replacements#6029k8s-ci-robot merged 1 commit intokubernetes-sigs:masterfrom
Conversation
|
Welcome @seankhliao! |
|
Hi @seankhliao. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
891b8a7 to
5710920
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
/ok-to-test |
|
@seankhliao The current code looks good, but the coverage seems somewhat limited compared to the existing delimiter tests for regular fields.
|
|
This PR has multiple commits, and the default merge method is: merge. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
f7d6e2e to
f22adef
Compare
|
Added the additional test cases. |
I think it's preferable to have the tests splitted, as it makes it easier to find the cause of a test failure. |
Delimiter options were ignored for replacements targeting structured data. Reuse the same value setting function as replacements targeting regular values.
f22adef to
194aac6
Compare
|
alright, I've split them out. |
koba1t
left a comment
There was a problem hiding this comment.
Thank you for your contribution!
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: koba1t, seankhliao The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Delimiter options were ignored for replacements targeting
structured data. Reuse the same value setting function
as replacements targeting regular values.
For #6028