mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
|
|
t = db.basic6;
|
|
|
|
t.findOne();
|
|
t.a.findOne();
|
|
|
|
assert.eq( "test.basic6" , t.toString() );
|
|
assert.eq( "test.basic6.a" , t.a.toString() );
|