@@ -240,4 +240,64 @@ exports.push([module.id, \\"@import URL(test.css);\\\\n@import url();\\\\n@impor
240
240
"
241
241
` ;
242
242
243
- exports [` import option true: warnings 1` ] = ` Array []` ;
243
+ exports [` import option true: warnings 1` ] = `
244
+ Array [
245
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
246
+ Warning
247
+
248
+ (12:1) Unable to find uri in '@import url()'",
249
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
250
+ Warning
251
+
252
+ (13:1) Unable to find uri in '@import url('')'",
253
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
254
+ Warning
255
+
256
+ (14:1) Unable to find uri in '@import url(\\ "\\ ")'",
257
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
258
+ Warning
259
+
260
+ (17:1) Unable to find uri in '@import '''",
261
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
262
+ Warning
263
+
264
+ (18:1) Unable to find uri in '@import \\ "\\ "'",
265
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
266
+ Warning
267
+
268
+ (19:1) Unable to find uri in '@import \\ " \\ "'",
269
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
270
+ Warning
271
+
272
+ (20:1) Unable to find uri in '@import \\ "
273
+ \\ "'",
274
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
275
+ Warning
276
+
277
+ (22:1) Unable to find uri in '@import url()'",
278
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
279
+ Warning
280
+
281
+ (23:1) Unable to find uri in '@import url('')'",
282
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
283
+ Warning
284
+
285
+ (24:1) Unable to find uri in '@import url(\\ "\\ ")'",
286
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
287
+ Warning
288
+
289
+ (37:1) Unable to find uri in '@import '",
290
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
291
+ Warning
292
+
293
+ (38:1) Unable to find uri in '@import foo-bar'",
294
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
295
+ Warning
296
+
297
+ (40:1) It looks like you didn't end your @import statement correctly. Child nodes are attached to it.",
298
+ "ModuleWarning: Module Warning (from \` replaced original path\` ):
299
+ Warning
300
+
301
+ (5:1) Unable to find uri in '@import URL(test.css)'",
302
+ ]
303
+ ` ;
0 commit comments