@@ -530,6 +530,28 @@ Object {
530
530
` ;
531
531
532
532
exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 8` ] = `
533
+ Object {
534
+ " btn--info_is-disabled_1" : " -btn--info_is-disabled_1" ,
535
+ " btn-info_is-disabled" : " -btn-info_is-disabled" ,
536
+ " foo" : " bar" ,
537
+ " foo_bar" : " -foo_bar" ,
538
+ " my-btn-info_is-disabled" : " value" ,
539
+ " simple" : " -simple" ,
540
+ }
541
+ ` ;
542
+
543
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 9` ] = `
544
+ Object {
545
+ " btn--info_is-disabled_1" : " nested2-btn--info_is-disabled_1" ,
546
+ " btn-info_is-disabled" : " nested2-btn-info_is-disabled" ,
547
+ " foo" : " bar" ,
548
+ " foo_bar" : " nested2-foo_bar" ,
549
+ " my-btn-info_is-disabled" : " value" ,
550
+ " simple" : " nested2-simple" ,
551
+ }
552
+ ` ;
553
+
554
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 10` ] = `
533
555
Object {
534
556
" btn--info_is-disabled_1" : " ./style.module.less__btn--info_is-disabled_1" ,
535
557
" btn-info_is-disabled" : " ./style.module.less__btn-info_is-disabled" ,
@@ -540,7 +562,7 @@ Object {
540
562
}
541
563
` ;
542
564
543
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 9 ` ] = `
565
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 11 ` ] = `
544
566
Object {
545
567
" btn--info_is-disabled_1" : " _style_module_css-btn--info_is-disabled_1" ,
546
568
" btn-info_is-disabled" : " _style_module_css-btn-info_is-disabled" ,
@@ -551,7 +573,7 @@ Object {
551
573
}
552
574
` ;
553
575
554
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 10 ` ] = `
576
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 12 ` ] = `
555
577
Object {
556
578
" btn--info_is-disabled_1" : " feb1ff69382c6202" ,
557
579
" btn-info_is-disabled" : " f9df66ace1f48520" ,
@@ -562,7 +584,7 @@ Object {
562
584
}
563
585
` ;
564
586
565
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 11 ` ] = `
587
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 13 ` ] = `
566
588
Object {
567
589
" btn--info_is-disabled_1" : " _6fc78548db75122e-btn--info_is-disabled_1" ,
568
590
" btn-info_is-disabled" : " _6fc78548db75122e-btn-info_is-disabled" ,
@@ -573,7 +595,7 @@ Object {
573
595
}
574
596
` ;
575
597
576
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 12 ` ] = `
598
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 14 ` ] = `
577
599
Object {
578
600
" btn--info_is-disabled_1" : " ./style.module__btn--info_is-disabled_1" ,
579
601
" btn-info_is-disabled" : " ./style.module__btn-info_is-disabled" ,
@@ -584,7 +606,7 @@ Object {
584
606
}
585
607
` ;
586
608
587
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 13 ` ] = `
609
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 15 ` ] = `
588
610
Object {
589
611
" btn--info_is-disabled_1" : " ./style.module.css__btn--info_is-disabled_1" ,
590
612
" btn-info_is-disabled" : " ./style.module.css__btn-info_is-disabled" ,
@@ -595,7 +617,7 @@ Object {
595
617
}
596
618
` ;
597
619
598
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 14 ` ] = `
620
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 16 ` ] = `
599
621
Object {
600
622
" btn--info_is-disabled_1" : " ./style.module.css?q#f__btn--info_is-disabled_1" ,
601
623
" btn-info_is-disabled" : " ./style.module.css?q#f__btn-info_is-disabled" ,
@@ -606,7 +628,7 @@ Object {
606
628
}
607
629
` ;
608
630
609
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 15 ` ] = `
631
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 17 ` ] = `
610
632
Object {
611
633
" btn--info_is-disabled_1" : " -_style_module_css_uniqueName-id-contenthash-[contenthash]" ,
612
634
" btn-info_is-disabled" : " -_style_module_css_uniqueName-id-contenthash-[contenthash]" ,
@@ -617,7 +639,29 @@ Object {
617
639
}
618
640
` ;
619
641
620
- exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 16` ] = `
642
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 18` ] = `
643
+ Object {
644
+ " btn--info_is-disabled_1" : " -btn--info_is-disabled_1" ,
645
+ " btn-info_is-disabled" : " -btn-info_is-disabled" ,
646
+ " foo" : " bar" ,
647
+ " foo_bar" : " -foo_bar" ,
648
+ " my-btn-info_is-disabled" : " value" ,
649
+ " simple" : " -simple" ,
650
+ }
651
+ ` ;
652
+
653
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 19` ] = `
654
+ Object {
655
+ " btn--info_is-disabled_1" : " nested2-btn--info_is-disabled_1" ,
656
+ " btn-info_is-disabled" : " nested2-btn-info_is-disabled" ,
657
+ " foo" : " bar" ,
658
+ " foo_bar" : " nested2-foo_bar" ,
659
+ " my-btn-info_is-disabled" : " value" ,
660
+ " simple" : " nested2-simple" ,
661
+ }
662
+ ` ;
663
+
664
+ exports [` ConfigTestCases css local-ident-name exported tests should have correct local ident for css export locals 20` ] = `
621
665
Object {
622
666
" btn--info_is-disabled_1" : " ./style.module.less__btn--info_is-disabled_1" ,
623
667
" btn-info_is-disabled" : " ./style.module.less__btn-info_is-disabled" ,
0 commit comments