We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cbbcb commit a274fbfCopy full SHA for a274fbf
source/bson-corpus/tests/top.json
@@ -214,14 +214,6 @@
214
"description": "Bad $date (extra field)",
215
"string": "{\"a\" : {\"$date\" : {\"$numberLong\" : \"1356351330501\"}, \"unrelated\": true}}"
216
},
217
- {
218
- "description": "Bad DBRef (ref is number, not string)",
219
- "string": "{\"x\" : {\"$ref\" : 42, \"$id\" : \"abc\"}}"
220
- },
221
222
- "description": "Bad DBRef (db is number, not string)",
223
- "string": "{\"x\" : {\"$ref\" : \"a\", \"$id\" : \"abc\", \"$db\" : 42}}"
224
225
{
226
"description": "Bad $minKey (boolean, not integer)",
227
"string": "{\"a\" : {\"$minKey\" : true}}"
0 commit comments