summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/reg-exp/#/split/shim.js
blob: 6a95cd03d6ce6850f2d366a80e142982928cf7db (plain)
1
2
3
4
5
'use strict';

module.exports = function (t, a) {
	a.deep(t.call(/\|/, 'bar|foo'), ['bar', 'foo']);
};