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:
@@ -84,7 +84,7 @@
|
||||
if (!module) {
|
||||
time = new Date() - time;
|
||||
document.body.innerHTML +=
|
||||
'<br><br> In total, ' + passed + ' of ' + total + ' tests passed in ' + (time / 1e3) + ' secs.<br>';
|
||||
'<br> 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 += ' Testing decimal.js<br>';
|
||||
document.body.innerHTML += ' Testing decimal.js<br><br>';
|
||||
load();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user