Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
domutils / test / fixture.js
Size: Mime:
var makeDom = require("./utils").makeDom;
var markup = Array(21).join(
	"<?xml><tag1 id='asdf'> <script>text</script> <!-- comment --> <tag2> text </tag1>"
);

module.exports = makeDom(markup);