@@ -2202,68 +2202,101 @@ a {
22022202exports[`'exportType' option should work with 'css-style-sheet' value and urls: warnings 1`] = `
22032203Array [
22042204 "ModuleWarning: Module Warning (from \`replaced original path\`):
2205- Warning
2205+ (120:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url() xyz'
22062206
2207- (120:3) Unable to find uri in 'background: green url() xyz'",
2207+ Code:
2208+ background: green url() xyz
2209+ ",
22082210 "ModuleWarning: Module Warning (from \`replaced original path\`):
2209- Warning
2211+ (124:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url('') xyz'
22102212
2211- (124:3) Unable to find uri in 'background: green url('') xyz'",
2213+ Code:
2214+ background: green url('') xyz
2215+ ",
22122216 "ModuleWarning: Module Warning (from \`replaced original path\`):
2213- Warning
2217+ (128:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url(\\"\\") xyz'
22142218
2215- (128:3) Unable to find uri in 'background: green url(\\"\\") xyz'",
2219+ Code:
2220+ background: green url(\\"\\") xyz
2221+ ",
22162222 "ModuleWarning: Module Warning (from \`replaced original path\`):
2217- Warning
2223+ (132:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url(' ') xyz'
22182224
2219- (132:3) Unable to find uri in 'background: green url(' ') xyz'",
2225+ Code:
2226+ background: green url(' ') xyz
2227+ ",
22202228 "ModuleWarning: Module Warning (from \`replaced original path\`):
2221- Warning
2229+ (136:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background: green url(
2230+ ) xyz'
22222231
2223- (136:3) Unable to find uri in 'background: green url(
2224- ) xyz'",
2232+ Code:
2233+ background: green url(
2234+ ) xyz
2235+ ",
22252236 "ModuleWarning: Module Warning (from \`replaced original path\`):
2226- Warning
2237+ (216:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: -webkit-image-set('')'
22272238
2228- (216:3) Unable to find uri in 'background-image: -webkit-image-set('')'",
2239+ Code:
2240+ background-image: -webkit-image-set('')
2241+ ",
22292242 "ModuleWarning: Module Warning (from \`replaced original path\`):
2230- Warning
2243+ (218:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set('')'
22312244
2232- (218:3) Unable to find uri in 'background-image: image-set('')'",
2245+ Code:
2246+ background-image: image-set('')
2247+ ",
22332248 "ModuleWarning: Module Warning (from \`replaced original path\`):
2234- Warning
2249+ (219:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(\\"\\")'
22352250
2236- (219:3) Unable to find uri in 'background-image: image-set(\\"\\")'",
2251+ Code:
2252+ background-image: image-set(\\"\\")
2253+ ",
22372254 "ModuleWarning: Module Warning (from \`replaced original path\`):
2238- Warning
2255+ (220:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(\\"\\" 1x)'
22392256
2240- (220:3) Unable to find uri in 'background-image: image-set(\\"\\" 1x)'",
2257+ Code:
2258+ background-image: image-set(\\"\\" 1x)
2259+ ",
22412260 "ModuleWarning: Module Warning (from \`replaced original path\`):
2242- Warning
2261+ (221:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url())'
22432262
2244- (221:3) Unable to find uri in 'background-image: image-set(url())'",
2263+ Code:
2264+ background-image: image-set(url())
2265+ ",
22452266 "ModuleWarning: Module Warning (from \`replaced original path\`):
2246- Warning
2267+ (222:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(
2268+ url()
2269+ )'
22472270
2248- (222:3) Unable to find uri in 'background-image: image-set(
2271+ Code:
2272+ background-image: image-set(
22492273 url()
2250- )'",
2274+ )
2275+ ",
22512276 "ModuleWarning: Module Warning (from \`replaced original path\`):
2252- Warning
2277+ (225:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(URL())'
22532278
2254- (225:3) Unable to find uri in 'background-image: image-set(URL())'",
2279+ Code:
2280+ background-image: image-set(URL())
2281+ ",
22552282 "ModuleWarning: Module Warning (from \`replaced original path\`):
2256- Warning
2283+ (226:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url(''))'
22572284
2258- (226:3) Unable to find uri in 'background-image: image-set(url(''))'",
2285+ Code:
2286+ background-image: image-set(url(''))
2287+ ",
22592288 "ModuleWarning: Module Warning (from \`replaced original path\`):
2260- Warning
2289+ (227:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url(\\"\\"))'
22612290
2262- (227:3) Unable to find uri in 'background-image: image-set(url(\\"\\"))'",
2291+ Code:
2292+ background-image: image-set(url(\\"\\"))
2293+ ",
22632294 "ModuleWarning: Module Warning (from \`replaced original path\`):
2264- Warning
2295+ (228:3) from \\"postcss-url-parser\\" plugin: Unable to find uri in 'background-image: image-set(url('') 1x)'
22652296
2266- (228:3) Unable to find uri in 'background-image: image-set(url('') 1x)'",
2297+ Code:
2298+ background-image: image-set(url('') 1x)
2299+ ",
22672300]
22682301`;
22692302
0 commit comments