1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-19 03:59:11 -04:00
This commit is contained in:
Darien Raymond
2018-11-02 15:50:41 +01:00
parent 815c7f09ba
commit ad462860e2

View File

@@ -19,7 +19,7 @@ func TestToString(t *testing.T) {
{Value: s, String: s},
{Value: &s, String: s},
{Value: errors.New("t"), String: "t"},
{Value: []byte{'b', 'c'}, String: "[62,63]"},
{Value: []byte{'b', 'c'}, String: "[98 99]"},
}
for _, c := range data {