File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
bson/src/test/resources/bson Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
"canonical_extjson" : " {\" a\" : [{\" $numberInt\" : \" 10\" }]}"
15
15
},
16
16
{
17
- "description" : " Single Element Array with index set incorrectly" ,
17
+ "description" : " Single Element Array with index set incorrectly to empty string " ,
18
18
"degenerate_bson" : " 130000000461000B00000010000A0000000000" ,
19
19
"canonical_bson" : " 140000000461000C0000001030000A0000000000" ,
20
20
"canonical_extjson" : " {\" a\" : [{\" $numberInt\" : \" 10\" }]}"
21
21
},
22
22
{
23
- "description" : " Single Element Array with index set incorrectly" ,
23
+ "description" : " Single Element Array with index set incorrectly to ab " ,
24
24
"degenerate_bson" : " 150000000461000D000000106162000A0000000000" ,
25
25
"canonical_bson" : " 140000000461000C0000001030000A0000000000" ,
26
26
"canonical_extjson" : " {\" a\" : [{\" $numberInt\" : \" 10\" }]}"
27
+ },
28
+ {
29
+ "description" : " Multi Element Array with duplicate indexes" ,
30
+ "degenerate_bson" : " 1b000000046100130000001030000a000000103000140000000000" ,
31
+ "canonical_bson" : " 1b000000046100130000001030000a000000103100140000000000" ,
32
+ "canonical_extjson" : " {\" a\" : [{\" $numberInt\" : \" 10\" }, {\" $numberInt\" : \" 20\" }]}"
27
33
}
28
34
],
29
35
"decodeErrors" : [
You can’t perform that action at this time.
0 commit comments