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 6c34749 commit e353cb9Copy full SHA for e353cb9
testdata/bson-corpus/top.json
@@ -96,11 +96,11 @@
96
},
97
{
98
"description": "Bad $regularExpression (pattern is number, not string)",
99
- "string": "{\"x\" : {\"$regularExpression\" : { \"pattern\": 42, \"$options\" : \"\"}}}"
+ "string": "{\"x\" : {\"$regularExpression\" : { \"pattern\": 42, \"options\" : \"\"}}}"
100
101
102
"description": "Bad $regularExpression (options are number, not string)",
103
- "string": "{\"x\" : {\"$regularExpression\" : { \"pattern\": \"a\", \"$options\" : 0}}}"
+ "string": "{\"x\" : {\"$regularExpression\" : { \"pattern\": \"a\", \"options\" : 0}}}"
104
105
106
"description" : "Bad $regularExpression (missing pattern field)",
0 commit comments