Skip to content

Commit 47e8c2b

Browse files
committed
fixup! test(selector-parsing): added tests
1 parent 8c2b801 commit 47e8c2b

File tree

3 files changed

+72
-72
lines changed

3 files changed

+72
-72
lines changed

tests/fixtures/parser/selector-parsing/simple-css-output.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"end": {
99
"line": 10,
10-
"column": 11
10+
"column": 10
1111
}
1212
},
1313
"spaces": {
@@ -23,7 +23,7 @@
2323
},
2424
"end": {
2525
"line": 10,
26-
"column": 11
26+
"column": 10
2727
}
2828
},
2929
"sourceIndex": 0,
@@ -40,7 +40,7 @@
4040
},
4141
"end": {
4242
"line": 10,
43-
"column": 11
43+
"column": 10
4444
}
4545
},
4646
"sourceIndex": 0,
@@ -68,7 +68,7 @@
6868
},
6969
"end": {
7070
"line": 14,
71-
"column": 4
71+
"column": 3
7272
}
7373
},
7474
"spaces": {
@@ -84,7 +84,7 @@
8484
},
8585
"end": {
8686
"line": 14,
87-
"column": 4
87+
"column": 3
8888
}
8989
},
9090
"sourceIndex": 0,
@@ -102,7 +102,7 @@
102102
},
103103
"end": {
104104
"line": 14,
105-
"column": 4
105+
"column": 3
106106
}
107107
},
108108
"sourceIndex": 0,
@@ -130,7 +130,7 @@
130130
},
131131
"end": {
132132
"line": 22,
133-
"column": 22
133+
"column": 21
134134
}
135135
},
136136
"spaces": {
@@ -146,7 +146,7 @@
146146
},
147147
"end": {
148148
"line": 18,
149-
"column": 11
149+
"column": 10
150150
}
151151
},
152152
"sourceIndex": 0,
@@ -164,7 +164,7 @@
164164
},
165165
"end": {
166166
"line": 18,
167-
"column": 4
167+
"column": 3
168168
}
169169
},
170170
"sourceIndex": 0,
@@ -183,7 +183,7 @@
183183
},
184184
"end": {
185185
"line": 18,
186-
"column": 11
186+
"column": 10
187187
}
188188
},
189189
"sourceIndex": 1,
@@ -207,7 +207,7 @@
207207
},
208208
"end": {
209209
"line": 19,
210-
"column": 12
210+
"column": 11
211211
}
212212
},
213213
"sourceIndex": 9,
@@ -225,7 +225,7 @@
225225
},
226226
"end": {
227227
"line": 19,
228-
"column": 4
228+
"column": 3
229229
}
230230
},
231231
"sourceIndex": 12,
@@ -244,7 +244,7 @@
244244
},
245245
"end": {
246246
"line": 19,
247-
"column": 12
247+
"column": 11
248248
}
249249
},
250250
"sourceIndex": 13,
@@ -268,7 +268,7 @@
268268
},
269269
"end": {
270270
"line": 20,
271-
"column": 8
271+
"column": 7
272272
}
273273
},
274274
"sourceIndex": 22,
@@ -286,7 +286,7 @@
286286
},
287287
"end": {
288288
"line": 20,
289-
"column": 4
289+
"column": 3
290290
}
291291
},
292292
"sourceIndex": 25,
@@ -305,7 +305,7 @@
305305
},
306306
"end": {
307307
"line": 20,
308-
"column": 6
308+
"column": 5
309309
}
310310
},
311311
"sourceIndex": 27,
@@ -327,7 +327,7 @@
327327
},
328328
"end": {
329329
"line": 20,
330-
"column": 8
330+
"column": 7
331331
}
332332
},
333333
"sourceIndex": 29,
@@ -350,7 +350,7 @@
350350
},
351351
"end": {
352352
"line": 21,
353-
"column": 15
353+
"column": 14
354354
}
355355
},
356356
"sourceIndex": 31,
@@ -368,7 +368,7 @@
368368
},
369369
"end": {
370370
"line": 21,
371-
"column": 4
371+
"column": 3
372372
}
373373
},
374374
"sourceIndex": 34,
@@ -387,7 +387,7 @@
387387
},
388388
"end": {
389389
"line": 21,
390-
"column": 6
390+
"column": 5
391391
}
392392
},
393393
"sourceIndex": 36,
@@ -408,7 +408,7 @@
408408
},
409409
"end": {
410410
"line": 21,
411-
"column": 15
411+
"column": 14
412412
}
413413
},
414414
"sourceIndex": 38,
@@ -431,7 +431,7 @@
431431
},
432432
"end": {
433433
"line": 22,
434-
"column": 22
434+
"column": 21
435435
}
436436
},
437437
"sourceIndex": 47,
@@ -449,7 +449,7 @@
449449
},
450450
"end": {
451451
"line": 22,
452-
"column": 4
452+
"column": 3
453453
}
454454
},
455455
"sourceIndex": 50,
@@ -467,7 +467,7 @@
467467
},
468468
"end": {
469469
"line": 22,
470-
"column": 22
470+
"column": 21
471471
}
472472
},
473473
"sourceIndex": 51,

0 commit comments

Comments
 (0)