1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-03-02 03:49:24 +00:00

Add newline to single test results

This commit is contained in:
Michael Mclaughlin
2016-03-09 22:54:34 +00:00
parent 6ec2449a07
commit ff621c1e35
3 changed files with 7 additions and 7 deletions

View File

@@ -84,7 +84,7 @@
if (!module) {
time = new Date() - time;
document.body.innerHTML +=
'<br><br>&nbsp;In total, ' + passed + ' of ' + total + ' tests passed in ' + (time / 1e3) + ' secs.<br>';
'<br>&nbsp;In total, ' + passed + ' of ' + total + ' tests passed in ' + (time / 1e3) + ' secs.<br>';
document.body.scrollIntoView(false);
return;
}
@@ -105,7 +105,7 @@
head.appendChild(script);
}
document.body.innerHTML += '&nbsp;Testing decimal.js<br>';
document.body.innerHTML += '&nbsp;Testing decimal.js<br><br>';
load();
</script>
</body>