mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of git@github.com:mongodb/mongo
This commit is contained in:
commit
66d2680083
@ -31,7 +31,7 @@ assert.eq( 1 , t.find( { a : a } ).count() , "C B" );
|
||||
assert.eq( 1 , t.find( { a : b } ).count() , "C C" );
|
||||
assert.eq( 1 , t.find( { a : new RegExp( a ) } ).count() , "C D" );
|
||||
assert.eq( 1 , t.find( { a : new RegExp( b ) } ).count() , "C E" );
|
||||
assert.eq( 2 , t.find( { a : new RegExp( a , "i" ) } ).count() , "C F" );
|
||||
assert.eq( 2 , t.find( { a : new RegExp( a , "i" ) } ).count() , "C F is spidermonkey built with UTF-8 support?" );
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user