Format test.js md results

This commit is contained in:
nrew225 2016-12-05 09:34:37 -06:00
parent 3d7e59b11f
commit e7ba8c993f

View File

@ -25,7 +25,7 @@ function entryErrorCheck (md) {
console.log(entryArray[i].name + 'Failed.') console.log(entryArray[i].name + 'Failed.')
// entryArray[i].error = findError(entries[i]) //WIP // entryArray[i].error = findError(entries[i]) //WIP
totalFail += 1 totalFail += 1
issuelog += entryArray[i].name + ' | ' + entries[i] + '\\n' issuelog += entryArray[i].name + ' | '<p> + entries[i] + '</p>\\n'
} }
} }
} }