Merge pull request #332 from bjornblomqvist/preserve-whitespace-in-result-message

Fixes #296, Whitespace failures will now be esier to understand.
This commit is contained in:
Davis W. Frank
2013-03-03 22:27:55 -08:00
3 changed files with 4 additions and 2 deletions

View File

@@ -305,6 +305,8 @@ body {
padding-top: $line-height;
color: $text-color;
white-space: pre;
}
.result-message span.result {