Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 245ef4a

Browse files
author
mikesamuel
committed
cleanup
1 parent fc98010 commit 245ef4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/prettify_test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,6 @@ <h1>HTML using XMP</h1>
721721
}
722722
return out.join('');
723723
}
724-
var annoy = 10;
725724
function normalizedHtml(node, out) {
726725
switch (node.nodeType) {
727726
case 1: // an element
@@ -752,7 +751,8 @@ <h1>HTML using XMP</h1>
752751

753752
var htmlOut = [];
754753
var failures = 0;
755-
htmlOut.push('<h1>Running Tests...<\/h1>');
754+
document.getElementById('errorReport') = '<h1>Running tests&hellip;<\/h1>';
755+
htmlOut.push('<h1>Test results<\/h1>');
756756
for (var lang in goldens) {
757757
var golden = goldens[lang].replace(/`([A-Z]{3})/g, function (_, lbl) {
758758
return (lbl == 'END'

0 commit comments

Comments
 (0)