@@ -809,14 +809,14 @@ public function testDateTime()
809
809
[@id="name_date"]
810
810
[
811
811
./select
812
- [@id="name_date_year"]
813
- [./option[@value="2011"][@selected="selected"]]
814
- /following-sibling::select
815
812
[@id="name_date_month"]
816
813
[./option[@value="2"][@selected="selected"]]
817
814
/following-sibling::select
818
815
[@id="name_date_day"]
819
816
[./option[@value="3"][@selected="selected"]]
817
+ /following-sibling::select
818
+ [@id="name_date_year"]
819
+ [./option[@value="2011"][@selected="selected"]]
820
820
]
821
821
/following-sibling::div
822
822
[@id="name_time"]
@@ -849,14 +849,14 @@ public function testDateTimeWithEmptyValueGlobal()
849
849
[@id="name_date"]
850
850
[
851
851
./select
852
- [@id="name_date_year"]
853
- [./option[@value=""][.="[trans]Change&Me[/trans]"]]
854
- /following-sibling::select
855
852
[@id="name_date_month"]
856
853
[./option[@value=""][.="[trans]Change&Me[/trans]"]]
857
854
/following-sibling::select
858
855
[@id="name_date_day"]
859
856
[./option[@value=""][.="[trans]Change&Me[/trans]"]]
857
+ /following-sibling::select
858
+
E7F5
span> [@id="name_date_year"]
859
+ [./option[@value=""][.="[trans]Change&Me[/trans]"]]
860
860
]
861
861
/following-sibling::div
862
862
[@id="name_time"]
@@ -889,14 +889,14 @@ public function testDateTimeWithEmptyValueOnTime()
889
889
[@id="name_date"]
890
890
[
891
891
./select
892
- [@id="name_date_year"]
893
- [./option[@value="2011"][@selected="selected"]]
894
- /following-sibling::select
895
892
[@id="name_date_month"]
896
893
[./option[@value="2"][@selected="selected"]]
897
894
/following-sibling::select
898
895
[@id="name_date_day"]
899
896
[./option[@value="3"][@selected="selected"]]
897
+ /following-sibling::select
898
+ [@id="name_date_year"]
899
+ [./option[@value="2011"][@selected="selected"]]
900
900
]
901
901
/following-sibling::div
902
902
[@id="name_time"]
@@ -928,14 +928,14 @@ public function testDateTimeWithSeconds()
928
928
[@id="name_date"]
929
929
[
930
930
./select
931
- [@id="name_date_year"]
932
- [./option[@value="2011"][@selected="selected"]]
933
- /following-sibling::select
934
931
[@id="name_date_month"]
935
932
[./option[@value="2"][@selected="selected"]]
936
933
/following-sibling::select
937
934
[@id="name_date_day"]
938
935
[./option[@value="3"][@selected="selected"]]
936
+ /following-sibling::select
937
+ [@id="name_date_year"]
938
+ [./option[@value="2011"][@selected="selected"]]
939
939
]
940
940
/following-sibling::div
941
941
[@id="name_time"]
@@ -1031,14 +1031,14 @@ public function testDateChoice()
1031
1031
'/div
1032
1032
[
1033
1033
./select
1034
- [@id="name_year"]
1035
- [./option[@value="2011"][@selected="selected"]]
1036
- /following-sibling::select
1037
1034
[@id="name_month"]
1038
1035
[./option[@value="2"][@selected="selected"]]
1039
1036
/following-sibling::select
1040
1037
[@id="name_day"]
1041
1038
[./option[@value="3"][@selected="selected"]]
1039
+ /following-sibling::select
1040
+ [@id="name_year"]
1041
+ [./option[@value="2011"][@selected="selected"]]
1042
1042
]
1043
1043
[count(./select)=3]
1044
1044
'
@@ -1058,14 +1058,14 @@ public function testDateChoiceWithEmptyValueGlobal()
1058
1058
'/div
1059
1059
[
1060
1060
./select
1061
- [@id="name_year"]
1062
- [./option[@value=""][.="[trans]Change&Me[/trans]"]]
1063
- /following-sibling::select
1064
1061
[@id="name_month"]
1065
1062
[./option[@value=""][.="[trans]Change&Me[/trans]"]]
1066
1063
/following-sibling::select
1067
1064
[@id="name_day"]
1068
1065
[./option[@value=""][.="[trans]Change&Me[/trans]"]]
1066
+ /following-sibling::select
1067
+ [@id="name_year"]
1068
+ [./option[@value=""][.="[trans]Change&Me[/trans]"]]
1069
1069
]
1070
1070
[count(./select)=3]
1071
1071
'
@@ -1085,14 +1085,14 @@ public function testDateChoiceWithEmptyValueOnYear()
1085
1085
'/div
1086
1086
[
1087
1087
./select
1088
- [@id="name_year"]
1089
- [./option[@value=""][.="[trans]Change&Me[/trans]"]]
1090
- /following-sibling::select
1091
1088
[@id="name_month"]
1092
1089
[./option[@value="1"]]
1093
1090
/following-sibling::select
1094
1091
[@id="name_day"]
1095
1092
[./option[@value="1"]]
1093
+ /following-sibling::select
1094
+ [@id="name_year"]
1095
+ [./option[@value=""][.="[trans]Change&Me[
10000
/trans]"]]
1096
1096
]
1097
1097
[count(./select)=3]
1098
1098
'
@@ -1110,17 +1110,17 @@ public function testDateText()
1110
1110
'/div
1111
1111
[
1112
1112
./input
1113
- [@id="name_year"]
1114
- [@type="text"]
1115
- [@value="2011"]
1116
- /following-sibling::input
1117
1113
[@id="name_month"]
1118
1114
[@type="text"]
1119
1115
[@value="2"]
1120
1116
/following-sibling::input
1121
1117
[@id="name_day"]
1122
1118
[@type="text"]
1123
1119
[@value="3"]
1120
+ /following-sibling::input
1121
+ [@id="name_year"]
1122
+ [@type="text"]
1123
+ [@value="2011"]
1124
1124
]
1125
1125
[count(./input)=3]
1126
1126
'
@@ -1164,14 +1164,14 @@ public function testBirthDay()
1164
1164
'/div
1165
1165
[
1166
1166
./select
1167
- [@id="name_year"]
1168
- [./option[@value="2000"][@selected="selected"]]
1169
- /following-sibling::select
1170
1167
[@id="name_month"]
1171
1168
[./option[@value="2"][@selected="selected"]]
1172
1169
/following-sibling::select
1173
1170
[@id="name_day"]
1174
1171
[./option[@value="3"][@selected="selected"]]
1172
+ /following-sibling::select
1173
+ [@id="name_year"]
1174
+ [./option[@value="2000"][@selected="selected"]]
1175
1175
]
1176
1176
[count(./select)=3]
1177
1177
'
@@ -1190,17 +1190,17 @@ public function testBirthDayWithEmptyValue()
1190
1190
'/div
1191
1191
[
1192
1192
./select
1193
- [@id="name_year"]
1194
- [./option[@value=""][.="[trans][/trans]"]]
1195
- [./option[@value="1950"][@selected="selected"]]
1196
- /following-sibling::select
1197
1193
[@id="name_month"]
1198
1194
[./option[@value=""][.="[trans][/trans]"]]
1199
1195
[./option[@value="1"][@selected="selected"]]
1200
1196
/following-sibling::select
1201
1197
[@id="name_day"]
1202
1198
[./option[@value=""][.="[trans][/trans]"]]
1203
1199
[./option[@value="1"][@selected="selected"]]
1200
+ /following-sibling::select
1201
+ [@id="name_year"]
1202
+ [./option[@value=""][.="[trans][/trans]"]]
1203
+ [./option[@value="1950"][@selected="selected"]]
1204
1204
]
1205
1205
[count(./select)=3]
1206
1206
'
0 commit comments