File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DO NOT EDIT THIS FILE
1010require_once __DIR__ . '/../utils/basic.inc ' ;
1111
1212throws (function () {
13- fromJSON ('{"x" : {"$regularExpression" : { "pattern": 42, "$ options" : ""}}} ' );
13+ fromJSON ('{"x" : {"$regularExpression" : { "pattern": 42, "options" : ""}}} ' );
1414}, 'MongoDB\Driver\Exception\UnexpectedValueException ' );
1515
1616?>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DO NOT EDIT THIS FILE
1010require_once __DIR__ . '/../utils/basic.inc ' ;
1111
1212throws (function () {
13- fromJSON ('{"x" : {"$regularExpression" : { "pattern": "a", "$ options" : 0}}} ' );
13+ fromJSON ('{"x" : {"$regularExpression" : { "pattern": "a", "options" : 0}}} ' );
1414}, 'MongoDB\Driver\Exception\UnexpectedValueException ' );
1515
1616?>
You can’t perform that action at this time.
0 commit comments