summaryrefslogtreecommitdiff
path: root/jstests/core/js7.js
blob: aeaec66ff4783a5a8f727a709aefee7c116648ee (plain)
1
2
3
4
5
6
7
t = db.jstests_js7;
t.drop();

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