Skip to content

Commit

Permalink
backport of commit cd61f31
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapurso committed Mar 28, 2022
1 parent 6338679 commit 9b0104b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command/kv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ func TestKVPutCommand(t *testing.T) {
[]string{"== Secret Path ==", "kv/data/write/foo"},
0,
},
{
"v2_single_value_backslash",
[]string{"kv/write/foo", "foo=\\"},
[]string{"== Secret Path ==", "kv/data/write/foo"},
0,
},
}

for _, tc := range cases {
Expand Down

0 comments on commit 9b0104b

Please sign in to comment.