@@ -668,7 +668,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
668
668
[@class="radio"]
669
669
[
670
670
./label
671
- [.="Choice&A"]
671
+ [.=" Choice&A"]
672
672
[
673
673
./input[@type="radio"][@name="name"][@id="name_0"][@value="&a"][@checked]
674
674
]
@@ -677,7 +677,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
677
677
[@class="radio"]
678
678
[
679
679
./label
680
- [.="Choice&B"]
680
+ [.=" Choice&B"]
681
681
[
682
682
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
683
683
]
@@ -706,7 +706,7 @@ public function testSingleChoiceExpandedAttributes()
706
706
[@class="radio"]
707
707
[
708
708
./label
709
- [.="[trans]Choice&A[/trans]"]
709
+ [.=" [trans]Choice&A[/trans]"]
710
710
[
711
711
./input[@type="radio"][@name="name"][@id="name_0"][@value="&a"][@checked]
712
712
]
@@ -715,7 +715,7 @@ public function testSingleChoiceExpandedAttributes()
715
715
[@class="radio"]
716
716
[
717
717
./label
718
- [.="[trans]Choice&B[/trans]"]
718
+ [.=" [trans]Choice&B[/trans]"]
719
719
[
720
720
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)] ' .$ classPart .'
721
721
]
@@ -868,7 +868,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
868
868
[@class="checkbox"]
869
869
[
870
870
./label
871
- [.="Choice&A"]
871
+ [.=" Choice&A"]
872
872
[
873
873
./input[@type="checkbox"][@name="name[]"][@id="name_0"][@checked][not(@required)]
874
874
]
@@ -877,7 +877,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
877
877
[@class="checkbox"]
878
878
[
879
879
./label
880
- [.="Choice&B"]
880
+ [.=" Choice&B"]
881
881
[
882
882
./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)]
883
883
]
@@ -886,7 +886,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
886
886
[@class="checkbox"]
887
887
[
888
888
./label
889
- [.="Choice&C"]
889
+ [.=" Choice&C"]
890
890
[
891
891
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
892
892
]
@@ -916,7 +916,7 @@ public function testMultipleChoiceExpandedAttributes()
916
916
[@class="checkbox"]
917
917
[
918
918
./label
919
- [.="[trans]Choice&A[/trans]"]
919
+ [.=" [trans]Choice&A[/trans]"]
920
920
[
921
921
./input[@type="checkbox"][@name="name[]"][@id="name_0"][@checked][not(@required)]
922
922
]
@@ -925,7 +925,7 @@ public function testMultipleChoiceExpandedAttributes()
925
925
[@class="checkbox"]
926
926
[
927
927
./label
928
- [.="[trans]Choice&B[/trans]"]
928
+ [.=" [trans]Choice&B[/trans]"]
929
929
[
930
930
./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)] ' .$ classPart .'
931
931
]
@@ -934,7 +934,7 @@ public function testMultipleChoiceExpandedAttributes()
934
934
[@class="checkbox"]
935
935
[
936
936
./label
937
- [.="[trans]Choice&C[/trans]"]
937
+ [.=" [trans]Choice&C[/trans]"]
938
938
[
939
939
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
940
940
]
0 commit comments