@@ -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
]
@@ -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
]
0 commit comments