File tree Expand file tree Collapse file tree 1 file changed +0
-63
lines changed Expand file tree Collapse file tree 1 file changed +0
-63
lines changed Original file line number Diff line number Diff line change @@ -426,66 +426,3 @@ Array [
426
426
` ;
427
427
428
428
exports [` localIdentName option should сorrectly replace escaped symbols in selector: warnings 1` ] = ` Array []` ;
429
-
430
- exports [` localIdentName option should сorrectly replace symbol @ in selector: errors 1` ] = ` Array []` ;
431
-
432
- exports [` localIdentName option should сorrectly replace symbol @ in selector: locals 1` ] = `
433
- Object {
434
- " -a0-34a___f" : " -a0-34a___f--2nJ5" ,
435
- " B&W?" : " B&W?--1s8i" ,
436
- " _test" : " _test--23te" ,
437
- " className" : " className--1E8H" ,
438
- " m_x_@" : " m_x_@--2G3b" ,
439
- " someId" : " someId--3w7J" ,
440
- " subClass" : " subClass--3lo0" ,
441
- " test" : " test--NW9Y" ,
442
- }
443
- ` ;
444
-
445
- exports [` localIdentName option should сorrectly replace symbol @ in selector: module (evaluated) 1` ] = `
446
- Array [
447
- Array [
448
- 1,
449
- ".test--NW9Y {
450
- background : red ;
451
- }
452
-
453
- ._test--23te {
454
- background : blue ;
455
- }
456
-
457
- .className--1E8H {
458
- background : red ;
459
- }
460
-
461
- #someId--3w7J {
462
- background : green ;
463
- }
464
-
465
- .className--1E8H .subClass--3lo0 {
466
- color : green ;
467
- }
468
-
469
- #someId--3w7J .subClass--3lo0 {
470
- color : blue ;
471
- }
472
-
473
- .-a0-34a___f--2nJ5 {
474
- color : red ;
475
- }
476
-
477
- .m_x_\\\\ @--2G3b {
478
- margin - left : auto ! important ;
479
- margin - right : auto ! important ;
480
- }
481
-
482
- .B\\\\ & W\\\\ ?--1s8i {
483
- margin - left : auto ! important ;
484
- margin - right : auto ! important ;
485
- } ",
486
- "",
487
- ],
488
- ]
489
- ` ;
490
-
491
- exports [` localIdentName option should сorrectly replace symbol @ in selector: warnings 1` ] = ` Array []` ;
You can’t perform that action at this time.
0 commit comments