Files
METH_Transcendence/site/game/node_modules/stats/test/test.regexp.js
2024-07-30 20:19:29 +02:00

12 lines
240 B
JavaScript

/**
* Module dependencies.
*/
var stats = require('../')
, common = require('./common');
var stats = stats.parse('foo.text(/something/)');
stats.should.have.property('statements', 1);
stats.should.have.property('regexpLiterals', 1);