diff --git a/decode_string_test.go b/decode_string_test.go index aa23e41..60bab0e 100644 --- a/decode_string_test.go +++ b/decode_string_test.go @@ -385,8 +385,6 @@ func TestSkipString(t *testing.T) { err: true, errType: InvalidJSONError(""), }, -<<<<<<< HEAD -======= { name: "string-solidus", json: `Asia\/Bangkok","enable":true}"`, @@ -399,7 +397,6 @@ func TestSkipString(t *testing.T) { expectedResult: "", err: false, }, ->>>>>>> da3273f... fix error when skipping unicode string } for _, testCase := range testCases {