File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed
packages/svelte/tests/parser-modern/samples/semicolon-inside-quotes Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 5
5
@import url (" https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" );
6
6
h1 {
7
7
font-weight : bold ;
8
+ background : url (" whatever" );
8
9
}
9
- </style >
10
+ </style >
Original file line number Diff line number Diff line change 2
2
"css" : {
3
3
"type" : " Style" ,
4
4
"start" : 36 ,
5
- "end" : 174 ,
5
+ "end" : 205 ,
6
6
"attributes" : [],
7
7
"children" : [
8
8
{
38
38
"block" : {
39
39
"type" : " Block" ,
40
40
"start" : 140 ,
41
- "end" : 165 ,
41
+ "end" : 196 ,
42
42
"children" : [
43
43
{
44
44
"type" : " Declaration" ,
45
45
"start" : 144 ,
46
46
"end" : 161 ,
47
47
"property" : " font-weight" ,
48
48
"value" : " bold"
49
+ },
50
+ {
51
+ "type" : " Declaration" ,
52
+ "start" : 165 ,
53
+ "end" : 192 ,
54
+ "property" : " background" ,
55
+ "value" : " url(\" whatever\" )"
49
56
}
50
57
]
51
58
},
52
59
"start" : 137 ,
53
- "end" : 165
60
+ "end" : 196
54
61
}
55
62
],
56
63
"content" : {
57
64
"start" : 43 ,
58
- "end" : 166 ,
59
- "styles" : " \n\t @import url(\" https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap\" );\n\t h1 {\n\t\t font-weight: bold;\n\t }\n "
65
+ "end" : 197 ,
66
+ "styles" : " \n\t @import url(\" https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap\" );\n\t h1 {\n\t\t font-weight: bold;\n\t\t background: url( \" whatever \" ); \n\t }\n "
60
67
}
61
68
},
62
69
"js" : [],
97
104
"transparent" : false
98
105
},
99
106
"options" : null
100
- }
107
+ }
You can’t perform that action at this time.
0 commit comments