polardbxengine/router/tests/component/data/js_test_stmts_is_function.js

11 lines
155 B
JavaScript

// test that 'stmts' can be an function
({
stmts: function(stmt) {
// return ok for every statement received
return {
ok: {}
}
}
})