Show test lines with original whitespace.

This commit is contained in:
Arnavion
2014-12-28 21:43:03 -08:00
parent 2f2a19ee7e
commit 39ee4dfd34
+14
View File
@@ -23,6 +23,20 @@
<title>Parser tests</title>
<style type="text/css">
<![CDATA[
.suite:not(:last-child) {
margin-bottom: 1em;
}
.test {
text-overflow: ellipsis;
white-space: pre-wrap;
padding: 0.2em 0;
}
.test:not(:last-child) {
border-bottom: 1px solid black;
}
.test.passed, .suite.passed >legend, .total > .passed {
color: green;
}