summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-19 18:19:49 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2013-08-19 18:19:49 -0700
commit307002aee0a745f9623a9b224a428627f2f1a1c1 (patch)
treef8253863a5bb305ef943d0ed5175bf6ccf4ed208
parent1bcfb8a13e051fba190bfa07a48120a0e242134c (diff)
downloadpyscss-307002aee0a745f9623a9b224a428627f2f1a1c1.tar.gz
Fix wrapping/indentation on extend test output.
(Tests are still wrong, but less so.)
-rw-r--r--scss/tests/files/original-doctests/040-complex-sequence-extend.css5
-rw-r--r--scss/tests/files/original-doctests/041-another-extend.css6
2 files changed, 4 insertions, 7 deletions
diff --git a/scss/tests/files/original-doctests/040-complex-sequence-extend.css b/scss/tests/files/original-doctests/040-complex-sequence-extend.css
index f4a3fde..8277881 100644
--- a/scss/tests/files/original-doctests/040-complex-sequence-extend.css
+++ b/scss/tests/files/original-doctests/040-complex-sequence-extend.css
@@ -1,5 +1,4 @@
-#admin .tabbar a,
-#admin .tabbar #demo .overview .fakelink,
+#admin .tabbar #demo .overview .fakelink, #admin .tabbar a,
#demo .overview #admin .tabbar .fakelink {
- font-weight: bold;
+ font-weight: bold;
}
diff --git a/scss/tests/files/original-doctests/041-another-extend.css b/scss/tests/files/original-doctests/041-another-extend.css
index 42d592f..d7245c0 100644
--- a/scss/tests/files/original-doctests/041-another-extend.css
+++ b/scss/tests/files/original-doctests/041-another-extend.css
@@ -1,9 +1,7 @@
-.cleanBox h1,
-.mod {
+.cleanBox h1, .mod {
margin: 10px;
}
-.cleanBox h1,
-.mod h1 {
+.cleanBox h1 h1, .mod h1 {
font-size: 40px;
}
.cleanBox h1 {