We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8677f1f commit fff92dfCopy full SHA for fff92df
packages/vite/src/node/__tests__/plugins/css.spec.ts
@@ -56,6 +56,7 @@ describe('search css url function', () => {
56
),
57
).toBe(true)
58
})
59
+
60
test('should capture the full url with escaped parentheses', () => {
61
const css = 'background-image: url(public/awkward-name\\)2.png);'
62
const match = cssUrlRE.exec(css)
0 commit comments