chore: fix broken css test (#17644)

pull/17646/head
Rich Harris 8 months ago committed by GitHub
parent f71a6813b7
commit bd7b8aa108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,12 +9,12 @@ export default test({
start: { start: {
line: 73, line: 73,
column: 1, column: 1,
character: 964 character: 966
}, },
end: { end: {
line: 73, line: 73,
column: 16, column: 16,
character: 979 character: 981
} }
}, },
{ {
@ -23,12 +23,12 @@ export default test({
start: { start: {
line: 104, line: 104,
column: 29, column: 29,
character: 1270 character: 1272
}, },
end: { end: {
line: 104, line: 104,
column: 43, column: 43,
character: 1284 character: 1286
} }
} }
] ]

Loading…
Cancel
Save