Skip to content

Commit a9e038d

Browse files
[Form] Fix merge
1 parent a6d4e5b commit a9e038d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Tests/AbstractBootstrap3LayoutTest.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
668668
[@class="radio"]
669669
[
670670
./label
671-
[.="Choice&A"]
671+
[.=" Choice&A"]
672672
[
673673
./input[@type="radio"][@name="name"][@id="name_0"][@value="&a"][@checked]
674674
]
@@ -677,7 +677,7 @@ public function testSingleChoiceExpandedWithoutTranslation()
677677
[@class="radio"]
678678
[
679679
./label
680-
[.="Choice&B"]
680+
[.=" Choice&B"]
681681
[
682682
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]
683683
]
@@ -706,7 +706,7 @@ public function testSingleChoiceExpandedAttributes()
706706
[@class="radio"]
707707
[
708708
./label
709-
[.="[trans]Choice&A[/trans]"]
709+
[.=" [trans]Choice&A[/trans]"]
710710
[
711711
./input[@type="radio"][@name="name"][@id="name_0"][@value="&a"][@checked]
712712
]
@@ -715,7 +715,7 @@ public function testSingleChoiceExpandedAttributes()
715715
[@class="radio"]
716716
[
717717
./label
718-
[.="[trans]Choice&B[/trans]"]
718+
[.=" [trans]Choice&B[/trans]"]
719719
[
720720
./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)]'.$classPart.'
721721
]
@@ -868,7 +868,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
868868
[@class="checkbox"]
869869
[
870870
./label
871-
[.="Choice&A"]
871+
[.=" Choice&A"]
872872
[
873873
./input[@type="checkbox"][@name="name[]"][@id="name_0"][@checked][not(@required)]
874874
]
@@ -877,7 +877,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
877877
[@class="checkbox"]
878878
[
879879
./label
880-
[.="Choice&B"]
880+
[.=" Choice&B"]
881881
[
882882
./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)]
883883
]
@@ -886,7 +886,7 @@ public function testMultipleChoiceExpandedWithoutTranslation()
886886
[@class="checkbox"]
887887
[
888888
./label
889-
[.="Choice&C"]
889+
[.=" Choice&C"]
890890
[
891891
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
892892
]
@@ -916,7 +916,7 @@ public function testMultipleChoiceExpandedAttributes()
916916
[@class="checkbox"]
917917
[
918918
./label
919-
[.="[trans]Choice&A[/trans]"]
919+
[.=" [trans]Choice&A[/trans]"]
920920
[
921921
./input[@type="checkbox"][@name="name[]"][@id="name_0"][@checked][not(@required)]
922922
]
@@ -925,7 +925,7 @@ public function testMultipleChoiceExpandedAttributes()
925925
[@class="checkbox"]
926926
[
927927
./label
928-
[.="[trans]Choice&B[/trans]"]
928+
[.=" [trans]Choice&B[/trans]"]
929929
[
930930
./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)]'.$classPart.'
931931
]
@@ -934,7 +934,7 @@ public function testMultipleChoiceExpandedAttributes()
934934
[@class="checkbox"]
935935
[
936936
./label
937-
[.="[trans]Choice&C[/trans]"]
937+
[.=" [trans]Choice&C[/trans]"]
938938
[
939939
./input[@type="checkbox"][@name="name[]"][@id="name_2"][@checked][not(@required)]
940940
]

0 commit comments

Comments
 (0)