Skip to content

Commit d698b4c

Browse files
author
willson-chen
committed
Fix issue buger#188
1 parent e28101a commit d698b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ var deleteTests = []DeleteTest{
189189
desc: "Issue #188: infinite loop in Delete",
190190
json: `"^_�^C^A^@["`,
191191
path: []string{""},
192-
data: `^_�^C^A^@["`,
192+
data: `"^_�^C^A^@["`,
193193
},
194194
}
195195

0 commit comments

Comments
 (0)