Merge pull request #323 from zobalogh/further-registry-tests

Adding test for registry cheerio
This commit is contained in:
Nick O'Leary
2014-07-31 17:25:31 +01:00
2 changed files with 43 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ function loadTemplate(nodeInfo) {
var content = fs.readFileSync(templateFilename,'utf8');
$ = cheerio.load(content);
var $ = cheerio.load(content);
var template = "";
var script = "";
$("*").each(function(i,el) {