biofriction-wp-theme/node_modules/es5-ext/test/string/#/camel-to-hyphen.js

8 lines
248 B
JavaScript

"use strict";
module.exports = function (t, a) {
a(t.call("razDwaTRzy4yFoo45My"), "raz-dwa-t-rzy4y-foo45-my");
a(t.call("razDwaTRzy4yFoo45My-"), "raz-dwa-t-rzy4y-foo45-my-");
a(t.call("razDwaTRzy4yFoo45My--"), "raz-dwa-t-rzy4y-foo45-my--");
};