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 1414 "canonical_extjson" : " {\" a\" : [{\" $numberInt\" : \" 10\" }]}"
1515 },
1616 {
17- "description" : " Single Element Array with index set incorrectly" ,
17+ "description" : " Single Element Array with index set incorrectly to empty string " ,
1818 "degenerate_bson" : " 130000000461000B00000010000A0000000000" ,
1919 "canonical_bson" : " 140000000461000C0000001030000A0000000000" ,
2020 "canonical_extjson" : " {\" a\" : [{\" $numberInt\" : \" 10\" }]}"
2121 },
2222 {
23- "description" : " Single Element Array with index set incorrectly" ,
23+ "description" : " Single Element Array with index set incorrectly to ab " ,
2424 "degenerate_bson" : " 150000000461000D000000106162000A0000000000" ,
2525 "canonical_bson" : " 140000000461000C0000001030000A0000000000" ,
2626 "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\" }]}"
2733 }
2834 ],
2935 "decodeErrors" : [
You can’t perform that action at this time.
0 commit comments