Skip to content

Commit fff92df

Browse files
authored
chore: add line break
1 parent 8677f1f commit fff92df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/__tests__/plugins/css.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ describe('search css url function', () => {
5656
),
5757
).toBe(true)
5858
})
59+
5960
test('should capture the full url with escaped parentheses', () => {
6061
const css = 'background-image: url(public/awkward-name\\)2.png);'
6162
const match = cssUrlRE.exec(css)

0 commit comments

Comments
 (0)