UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

13 lines (12 loc) 326 B
var Util = require("../../lib/wdg/util.js"); exports.splitter = function() { this.assertOneArg( Util.splitter, [ //["a\\;b;c", ["a;b", "c"]] ["a;b;c", ["a", "b", "c"]], ["$f:{'a;b'} ; c", ["$f:{'a;b'}", "c"]], ["'a;b';c", ["'a;b'", "c"]] ] ); };