Skip to content

Commit ffbe9c8

Browse files
committed
Fix test/update.js
1 parent 57cbd10 commit ffbe9c8

33 files changed

Lines changed: 1227 additions & 1226 deletions

cases/apply.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
},
2222
"type": "decl",
2323
"source": {
24-
"start": {
25-
"offset": 10,
26-
"line": 2,
27-
"column": 3
28-
},
2924
"end": {
30-
"offset": 57,
25+
"column": 4,
3126
"line": 5,
32-
"column": 4
27+
"offset": 57
28+
},
29+
"start": {
30+
"column": 3,
31+
"line": 2,
32+
"offset": 10
3333
}
3434
},
3535
"prop": "--zero-size",
@@ -42,46 +42,46 @@
4242
},
4343
"type": "decl",
4444
"source": {
45-
"start": {
46-
"offset": 61,
47-
"line": 6,
48-
"column": 3
49-
},
5045
"end": {
51-
"offset": 118,
46+
"column": 3,
5247
"line": 10,
53-
"column": 3
48+
"offset": 118
49+
},
50+
"start": {
51+
"column": 3,
52+
"line": 6,
53+
"offset": 61
5454
}
5555
},
5656
"prop": "--small-icon",
5757
"value": "{\n width: 16px;\n height: 16px;\n }\n "
5858
}
5959
],
6060
"source": {
61-
"start": {
62-
"offset": 0,
63-
"line": 1,
64-
"column": 1
65-
},
6661
"end": {
67-
"offset": 120,
62+
"column": 1,
6863
"line": 11,
69-
"column": 1
64+
"offset": 120
65+
},
66+
"start": {
67+
"column": 1,
68+
"line": 1,
69+
"offset": 0
7070
}
7171
},
7272
"selector": ":root"
7373
}
7474
],
7575
"source": {
76-
"start": {
77-
"offset": 0,
78-
"line": 1,
79-
"column": 1
80-
},
8176
"end": {
8277
"column": 2,
8378
"line": 11,
8479
"offset": 121
80+
},
81+
"start": {
82+
"column": 1,
83+
"line": 1,
84+
"offset": 0
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)