File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,17 @@ def set_coverage_instrumentation():
48
48
A_EXPECTED_CSS = '''\
49
49
body {
50
50
background-color: green; }
51
- body a {
52
- color: blue; }
51
+
52
+ body a {
53
+ color: blue; }
53
54
'''
54
55
55
56
A_EXPECTED_CSS_WITH_MAP = '''\
56
57
body {
57
58
background-color: green; }
58
- body a {
59
- color: blue; }
59
+
60
+ body a {
61
+ color: blue; }
60
62
61
63
/*# sourceMappingURL=../a.scss.css.map */'''
62
64
@@ -88,8 +90,9 @@ def set_coverage_instrumentation():
88
90
C_EXPECTED_CSS = '''\
89
91
body {
90
92
background-color: green; }
91
- body a {
92
- color: blue; }
93
+
94
+ body a {
95
+ color: blue; }
93
96
94
97
h1 a {
95
98
color: green; }
@@ -99,16 +102,18 @@ def set_coverage_instrumentation():
99
102
@charset "UTF-8";
100
103
body {
101
104
background-color: green; }
102
- body a {
103
- font: '나눔고딕', sans-serif; }
105
+
106
+ body a {
107
+ font: "나눔고딕", sans-serif; }
104
108
'''
105
109
106
110
D_EXPECTED_CSS_WITH_MAP = u'''\
107
111
@charset "UTF-8";
108
112
body {
109
113
background-color: green; }
110
- body a {
111
- font: '나눔고딕', sans-serif; }
114
+
115
+ body a {
116
+ font: '나눔고딕', sans-serif; }
112
117
113
118
/*# sourceMappingURL=../css/d.scss.css.map */'''
114
119
You can’t perform that action at this time.
0 commit comments