Skip to content

Commit bce3e3c

Browse files
committed
chore: update snapshot
1 parent 49c334c commit bce3e3c

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -403,56 +403,56 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`/* class="😀" */
403403
/* Local */
404404

405405
/* class="😀" */
406-
.\\\\ {
406+
.- {
407407
color: red;
408408
}
409409

410410
/* class="😀 😓" */
411-
.\\\\ .\\\\ {
411+
.-.- {
412412
color: red;
413413
}
414414

415415
/* class="😀" > class="😓" */
416-
.\\\\ .\\\\ {
416+
.- .- {
417417
color: red;
418418
}
419419

420420
.\\\\1F600 .a .\\\\1F600 {
421421
color: red;
422422
}
423423

424-
.\\\\ .\\\\ .\\\\ {
424+
.- .- .- {
425425
color: red;
426426
}
427427

428-
div:not(.\\\\ ) {
428+
div:not(.-) {
429429
color: red;
430430
}
431431

432-
.\\\\ .b {
432+
.- .b {
433433
color: red;
434434
}
435435

436-
.b .\\\\ {
436+
.b .- {
437437
color: red;
438438
}
439439

440-
.\\\\1F613 .\\\\ {
440+
.\\\\1F613 .- {
441441
color: red;
442442
}
443443

444-
.\\\\1F613 .\\\\ {
444+
.\\\\1F613 .- {
445445
color: red;
446446
}
447447

448-
.\\\\ > .\\\\ > .\\\\ {
448+
.- > .- > .- {
449449
color: red;
450450
}
451451
\`, ""]);
452452
// Exports
453-
export var a = \` \`;
454-
export var b = \` \`;
455-
export var c = \` \`;
453+
export var a = \`-\`;
454+
export var b = \`-\`;
455+
export var c = \`-\`;
456456
export default ___CSS_LOADER_EXPORT___;
457457
"
458458
`;
@@ -509,49 +509,49 @@ exports[`"modules" option issue #995 #2: result 1`] = `
509509
/* Local */
510510

511511
/* class="😀" */
512-
.\\ {
512+
.- {
513513
color: red;
514514
}
515515

516516
/* class="😀 😓" */
517-
.\\ .\\ {
517+
.-.- {
518518
color: red;
519519
}
520520

521521
/* class="😀" > class="😓" */
522-
.\\ .\\ {
522+
.- .- {
523523
color: red;
524524
}
525525

526526
.\\1F600 .a .\\1F600 {
527527
color: red;
528528
}
529529

530-
.\\ .\\ .\\ {
530+
.- .- .- {
531531
color: red;
532532
}
533533

534-
div:not(.\\ ) {
534+
div:not(.-) {
535535
color: red;
536536
}
537537

538-
.\\ .b {
538+
.- .b {
539539
color: red;
540540
}
541541

542-
.b .\\ {
542+
.b .- {
543543
color: red;
544544
}
545545

546-
.\\1F613 .\\ {
546+
.\\1F613 .- {
547547
color: red;
548548
}
549549

550-
.\\1F613 .\\ {
550+
.\\1F613 .- {
551551
color: red;
552552
}
553553

554-
.\\ > .\\ > .\\ {
554+
.- > .- > .- {
555555
color: red;
556556
}
557557
",

0 commit comments

Comments
 (0)