425723e74b07b95db4df8853e3953256a9efc489
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (t, a) {
4         a(t(2), false, "Number");
5         a(t({}), false, "Not numeric");
6         a(t(NaN), true, "NaN");
7 };