shim.js 103 B

12345
  1. "use strict";
  2. module.exports = function (t, a) {
  3. a.deep(t.call(/\|/, "bar|foo"), ["bar", "foo"]);
  4. };