@@ -162,7 +162,7 @@ public function testCheckedCheckbox()
162
162
[@class="checkbox"]
163
163
[
164
164
./label
165
- [.="[trans]Name[/trans]"]
165
+ [.=" [trans]Name[/trans]"]
166
166
[
167
167
./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class"][@checked="checked"][@value="1"]
168
168
]
@@ -180,7 +180,7 @@ public function testUncheckedCheckbox()
180
180
[@class="checkbox"]
181
181
[
182
182
./label
183
- [.="[trans]Name[/trans]"]
183
+ [.=" [trans]Name[/trans]"]
184
184
[
185
185
./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class"][not(@checked)]
186
186
]
@@ -200,7 +200,7 @@ public function testCheckboxWithValue()
200
200
[@class="checkbox"]
201
201
[
202
202
./label
203
- [.="[trans]Name[/trans]"]
203
+ [.=" [trans]Name[/trans]"]
204
204
[
205
205
./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class"][@value="foo&bar"]
206
206
]
@@ -632,7 +632,7 @@ public function testSingleChoiceExpanded()
632
632
[@class="radio"]
633
633
[
634
634
./label
635
- [.="[trans]Choice&A[/trans]"]
635
+ [.=" [trans]Choice&A[/trans]"]
636
636
[
637
637
./input[@type="radio"][@name="name"][@id="name_0"][@value="&a"][@checked]
638
638
]
@@ -641,7 +641,7 @@ public function testSingleChoiceExpanded()
641
641
[@class="radio"]
642
642
[
643
643
./label
644
- [.="[trans]Choice&B[/trans]"]
644
+ [.=" [trans]Choice&B[/trans]"]
645
645
[
646
646
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
647
647
]
@@ -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
]
@@ -742,7 +742,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
742
742
[@class="radio"]
743
743
[
744
744
./label
745
- [.="[trans]Test&Me[/trans]"]
745
+ [.=" [trans]Test&Me[/trans]"]
746
746
[
747
747
./input[@type="radio"][@name="name"][@id="name_placeholder"][not(@checked)]
748
748
]
@@ -751,7 +751,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
751
751
[@class="radio"]
752
752
[
753
753
./label
754
- [.="[trans]Choice&A[/trans]"]
754
+ [.=" [trans]Choice&A[/trans]"]
755
755
[
756
756
./input[@type="radio"][@name="name"][@id="name_0"][@checked]
757
757
]
@@ -760,7 +760,7 @@ public function testSingleChoiceExpandedWithPlaceholder()
760
760
[@class="radio"]
761
761
[
762
762
./label
763
- [.="[trans]Choice&B[/trans]"]
763
+ [.=" [trans]Choice&B[/trans]"]
764
764
[
765
765
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
766
766
]
@@ -786,7 +786,7 @@ public function testSingleChoiceExpandedWithBooleanValue()
786
786
[@class="radio"]
787
787
[
788
788
./label
789
- [.="[trans]Choice&A[/trans]"]
789
+ [.=" [trans]Choice&A[/trans]"]
790
790
[
791
791
./input[@type="radio"][@name="name"][@id="name_0"][@checked]
792
792
]
@@ -795,7 +795,7 @@ public function testSingleChoiceExpandedWithBooleanValue()
795
795
[@class="radio"]
796
796
[
797
797
./label
798
- [.="[trans]Choice&B[/trans]"]
798
+ [.=" [trans]Choice&B[/trans]"]
799
799
[
800
800
./input[@type="radio"][@name="name"][@id="name_1"][not(@checked)]
801
801
]
@@ -822,7 +822,7 @@ public function testMultipleChoiceExpanded()
822
822
[@class="checkbox"]
823
823
[
824
824
./label
825
- [.="[trans]Choice&A[/trans]"]
825
+ [.=" [trans]Choice&A[/trans]"]
826
826
[
827
827
./input[@type="checkbox"][@name="name[]"][@id="name_0"][@checked][not(@required)]
828
828
]
@@ -831,7 +831,7 @@ public function testMultipleChoiceExpanded()
831
831
[@class="checkbox"]
832
832
[
833
833
./label
834
- [.="[trans]Choice&B[/trans]"]
834
+ [.=" [trans]Choice&B[/trans]"]
835
835
[
836
836
./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)]
837
837
]
@@ -840,7 +840,7 @@ public function testMultipleChoiceExpanded()
840
840
[@class="checkbox"]
841
841
[
842
842
./label
843
- [.="[trans]Choice&C[/trans]"]
843
+ [.=" [trans]Choice&C[/trans]"]
844
844
[
845
845
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
846
846
]
@@ -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