Add whitespace tests for previous commit - newline in selectors

This commit is contained in:
Luke Page
2012-08-19 08:13:48 +01:00
parent 9e8330a256
commit 5ed4b189ac
2 changed files with 8 additions and 0 deletions

View File

@@ -36,3 +36,6 @@
solid
black;
}
.sel .newline_ws .tab_ws {
color: white;
}

View File

@@ -35,3 +35,8 @@
.empty {
}
.sel
.newline_ws .tab_ws {
color:
white;
}