projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ca2bd650615889d2c243fadf8246537761459ae5
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var indexTest = require('tad/lib/utils/index-test')
4
5
, path = require('path').resolve(__dirname, '../../../reg-exp/#');
6
7
module.exports = function (t, a, d) {
8
indexTest(indexTest.readDir(path).aside(function (data) {
9
delete data.sticky;
10
delete data.unicode;
11
}))(t, a, d);
12
};