added whole system from ola4doc
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
var indexTest = require('tad/lib/utils/index-test')
|
||||
|
||||
, path = require('path').resolve(__dirname, '../../../reg-exp/#');
|
||||
|
||||
module.exports = function (t, a, d) {
|
||||
indexTest(indexTest.readDir(path).aside(function (data) {
|
||||
delete data.sticky;
|
||||
delete data.unicode;
|
||||
}))(t, a, d);
|
||||
};
|
||||
Reference in New Issue
Block a user