Skip to content

Commit 6bd4494

Browse files
committed
chore: update snapshot
1 parent fb5f645 commit 6bd4494

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.cspell.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"**/fonts/**",
5151
"node_modules",
5252
"coverage",
53-
"*.log"
53+
"*.log",
54+
"test/outputs"
5455
]
5556
}

test/__snapshots__/modules-option.test.js.snap

+23-23
Original file line numberDiff line numberDiff line change
@@ -392,56 +392,56 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* class="😀" */
392392
/* Local */
393393

394394
/* class="😀" */
395-
.\\\\ {
395+
.- {
396396
color: red;
397397
}
398398

399399
/* class="😀 😓" */
400-
.\\\\ .\\\\ {
400+
.-.- {
401401
color: red;
402402
}
403403

404404
/* class="😀" > class="😓" */
405-
.\\\\ .\\\\ {
405+
.- .- {
406406
color: red;
407407
}
408408

409409
.\\\\1F600 .a .\\\\1F600 {
410410
color: red;
411411
}
412412

413-
.\\\\ .\\\\ .\\\\ {
413+
.- .- .- {
414414
color: red;
415415
}
416416

417-
div:not(.\\\\ ) {
417+
div:not(.-) {
418418
color: red;
419419
}
420420

421-
.\\\\ .b {
421+
.- .b {
422422
color: red;
423423
}
424424

425-
.b .\\\\ {
425+
.b .- {
426426
color: red;
427427
}
428428

429-
.\\\\1F613 .\\\\ {
429+
.\\\\1F613 .- {
430430
color: red;
431431
}
432432

433-
.\\\\1F613 .\\\\ {
433+
.\\\\1F613 .- {
434434
color: red;
435435
}
436436

437-
.\\\\ > .\\\\ > .\\\\ {
437+
.- > .- > .- {
438438
color: red;
439439
}
440440
\`, ""]);
441441
// Exports
442-
export var a = \` \`;
443-
export var b = \` \`;
444-
export var c = \` \`;
442+
export var a = \`-\`;
443+
export var b = \`-\`;
444+
export var c = \`-\`;
445445
export default ___CSS_LOADER_EXPORT___;
446446
"
447447
`;
@@ -498,49 +498,49 @@ exports[`"modules" option issue #995 #2: result 1`] = `
498498
/* Local */
499499

500500
/* class="😀" */
501-
.\\ {
501+
.- {
502502
color: red;
503503
}
504504

505505
/* class="😀 😓" */
506-
.\\ .\\ {
506+
.-.- {
507507
color: red;
508508
}
509509

510510
/* class="😀" > class="😓" */
511-
.\\ .\\ {
511+
.- .- {
512512
color: red;
513513
}
514514

515515
.\\1F600 .a .\\1F600 {
516516
color: red;
517517
}
518518

519-
.\\ .\\ .\\ {
519+
.- .- .- {
520520
color: red;
521521
}
522522

523-
div:not(.\\ ) {
523+
div:not(.-) {
524524
color: red;
525525
}
526526

527-
.\\ .b {
527+
.- .b {
528528
color: red;
529529
}
530530

531-
.b .\\ {
531+
.b .- {
532532
color: red;
533533
}
534534

535-
.\\1F613 .\\ {
535+
.\\1F613 .- {
536536
color: red;
537537
}
538538

539-
.\\1F613 .\\ {
539+
.\\1F613 .- {
540540
color: red;
541541
}
542542

543-
.\\ > .\\ > .\\ {
543+
.- > .- > .- {
544544
color: red;
545545
}
546546
",

0 commit comments

Comments
 (0)