Skip to content

Commit

Permalink
DRIVERS-2687 Add BSON Binary Data subtype Sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp committed Aug 1, 2023
1 parent 267a54d commit 5cd8dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/bson-corpus/tests/binary.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"canonical_bson": "1D000000057800100000000773FFD26444B34C6990E8E7D1DFC035D400",
"canonical_extjson": "{\"x\" : { \"$binary\" : {\"base64\" : \"c//SZESzTGmQ6OfR38A11A==\", \"subType\" : \"07\"}}}"
},
{
"description": "subtype 0x08",
"canonical_bson": "1D000000057800100000000773FFD26444B34C6990E8E7D1DFC035D400",
"canonical_extjson": "{\"x\" : { \"$binary\" : {\"base64\" : \"c//SZESzTGmQ6OfR38A11A==\", \"subType\" : \"08\"}}}"
},
{
"description": "subtype 0x80",
"canonical_bson": "0F0000000578000200000080FFFF00",
Expand Down

0 comments on commit 5cd8dba

Please sign in to comment.