Skip to content

Commit

Permalink
test: Add tests for different consecutive commas
Browse files Browse the repository at this point in the history
Signed-off-by: KangManJoo <eogns47@konkuk.ac.kr>
  • Loading branch information
eogns47 committed Oct 1, 2024
1 parent 185811c commit f233554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func TestHelmArgCleaner(t *testing.T) {
`a\,b,c`: `a\,b\,c`,
`{a,b,c}`: `{a,b,c}`,
`,,,,,\,`: `\,\,\,\,\,\,`,
`\,,\\,,`: `\,\,\\,\,`,
} {
cleaned := cleanSetParameters(input)
assert.Equal(t, expected, cleaned)
Expand Down

0 comments on commit f233554

Please sign in to comment.