1
0
mirror of https://github.com/json-iterator/go.git synced 2025-11-29 22:47:28 +02:00

fix #274, unescape before base64 decode

This commit is contained in:
Tao Wen
2018-05-26 09:38:52 +08:00
parent 6c702ce12a
commit 37cc313d18
2 changed files with 5 additions and 7 deletions

View File

@@ -20,5 +20,8 @@ func init() {
}, unmarshalCase{
ptr: (*[]byte)(nil),
input: `"aGVsbG8="`,
}, unmarshalCase{
ptr: (*[]byte)(nil),
input: `"c3ViamVjdHM\/X2Q9MQ=="`,
})
}