Skip to content

Commit b43baf6

Browse files
committed
revertme: some changes to make more tests pass
1 parent a202095 commit b43baf6

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

sasstests.py

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,17 @@ def set_coverage_instrumentation():
4848
A_EXPECTED_CSS = '''\
4949
body {
5050
background-color: green; }
51-
body a {
52-
color: blue; }
51+
52+
body a {
53+
color: blue; }
5354
'''
5455

5556
A_EXPECTED_CSS_WITH_MAP = '''\
5657
body {
5758
background-color: green; }
58-
body a {
59-
color: blue; }
59+
60+
body a {
61+
color: blue; }
6062
6163
/*# sourceMappingURL=../a.scss.css.map */'''
6264

@@ -88,8 +90,9 @@ def set_coverage_instrumentation():
8890
C_EXPECTED_CSS = '''\
8991
body {
9092
background-color: green; }
91-
body a {
92-
color: blue; }
93+
94+
body a {
95+
color: blue; }
9396
9497
h1 a {
9598
color: green; }
@@ -99,16 +102,18 @@ def set_coverage_instrumentation():
99102
@charset "UTF-8";
100103
body {
101104
background-color: green; }
102-
body a {
103-
font: '나눔고딕', sans-serif; }
105+
106+
body a {
107+
font: "나눔고딕", sans-serif; }
104108
'''
105109

106110
D_EXPECTED_CSS_WITH_MAP = u'''\
107111
@charset "UTF-8";
108112
body {
109113
background-color: green; }
110-
body a {
111-
font: '나눔고딕', sans-serif; }
114+
115+
body a {
116+
font: '나눔고딕', sans-serif; }
112117
113118
/*# sourceMappingURL=../css/d.scss.css.map */'''
114119

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy