Skip to content

Commit 5ee37f3

Browse files
committed
Fixes #31
1 parent aefedf0 commit 5ee37f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

simdjson_test.go

+9
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,15 @@ break"]`,
563563
js: `{""`,
564564
wantErr: true,
565565
},
566+
{
567+
name: "unexpected-fault-address-issue-31",
568+
js: `{"": {
569+
"": [
570+
{
571+
"": "",
572+
"\ud"00\uDc00`,
573+
wantErr: true,
574+
},
566575
}
567576

568577
for _, tt := range tests {

0 commit comments

Comments
 (0)