Skip to content

Commit

Permalink
Update internal/coreinternal/parseutils/parser_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored Dec 4, 2024
1 parent 4b00086 commit 4c6d0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/coreinternal/parseutils/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func Test_ParseKeyValuePairs(t *testing.T) {
pairs: []string{"key=foobar", `key2="foo bar"`, `key3="foo \"bar\""`, `key4='\'foo\' \'bar\''`},
delimiter: "=",
expected: map[string]any{
"key": "foobar",
"key": "foobar",
"key2": `"foo bar"`,
"key3": `"foo \"bar\""`,
"key4": `'\'foo\' \'bar\''`,
Expand Down

0 comments on commit 4c6d0d5

Please sign in to comment.