Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispqt committed Dec 5, 2018
1 parent f2b0fa2 commit 489e3d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions decode_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ func TestSkipString(t *testing.T) {
err: true,
errType: InvalidJSONError(""),
},
<<<<<<< HEAD
=======
{
name: "string-solidus",
json: `Asia\/Bangkok","enable":true}"`,
Expand All @@ -399,7 +397,6 @@ func TestSkipString(t *testing.T) {
expectedResult: "",
err: false,
},
>>>>>>> da3273f... fix error when skipping unicode string
}

for _, testCase := range testCases {
Expand Down

0 comments on commit 489e3d3

Please sign in to comment.