summaryrefslogtreecommitdiff
path: root/jstests/core/js7.js
blob: 99cddd114f8983f8ea7a7251880a9d75c7ead3f0 (plain)
1
2
3
4
5
6
7
8
// @tags: [requires_eval_command]

t = db.jstests_js7;
t.drop();

assert.eq(17, db.eval(function(foo) {
    return foo;
}, 17));