Show test lines with original whitespace.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user