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 55 @import url (" https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" );
66 h1 {
77 font-weight : bold ;
8+ background : url (" whatever" );
89 }
9- </style >
10+ </style >
Original file line number Diff line number Diff line change 22 "css" : {
33 "type" : " Style" ,
44 "start" : 36 ,
5- "end" : 174 ,
5+ "end" : 205 ,
66 "attributes" : [],
77 "children" : [
88 {
3838 "block" : {
3939 "type" : " Block" ,
4040 "start" : 140 ,
41- "end" : 165 ,
41+ "end" : 196 ,
4242 "children" : [
4343 {
4444 "type" : " Declaration" ,
4545 "start" : 144 ,
4646 "end" : 161 ,
4747 "property" : " font-weight" ,
4848 "value" : " bold"
49+ },
50+ {
51+ "type" : " Declaration" ,
52+ "start" : 165 ,
53+ "end" : 192 ,
54+ "property" : " background" ,
55+ "value" : " url(\" whatever\" )"
4956 }
5057 ]
5158 },
5259 "start" : 137 ,
53- "end" : 165
60+ "end" : 196
5461 }
5562 ],
5663 "content" : {
5764 "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 "
6067 }
6168 },
6269 "js" : [],
97104 "transparent" : false
98105 },
99106 "options" : null
100- }
107+ }
You can’t perform that action at this time.
0 commit comments