@@ -39,8 +39,14 @@ public function getChooseTests()
39
39
{
40
40
return array (
41
41
array ('There is no apples ' , '{0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples ' , 0 ),
42
+ array ('There is no apples ' , '{0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples ' , 0 ),
43
+ array ('There is no apples ' , '{0}There is no apples|{1} There is one apple|]1,Inf] There is %count% apples ' , 0 ),
44
+
42
45
array ('There is one apple ' , '{0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples ' , 1 ),
46
+
43
47
array ('There is %count% apples ' , '{0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples ' , 10 ),
48
+ array ('There is %count% apples ' , '{0} There is no apples|{1} There is one apple|]1,Inf]There is %count% apples ' , 10 ),
49
+ array ('There is %count% apples ' , '{0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples ' , 10 ),
44
50
45
51
array ('There is %count% apples ' , 'There is one apple|There is %count% apples ' , 0 ),
46
52
array ('There is one apple ' , 'There is one apple|There is %count% apples ' , 1 ),
@@ -53,6 +59,9 @@ public function getChooseTests()
53
59
array ('There is no apples ' , '{0} There is no apples|one: There is one apple|more: There is %count% apples ' , 0 ),
54
60
array ('There is one apple ' , '{0} There is no apples|one: There is one apple|more: There is %count% apples ' , 1 ),
55
61
array ('There is %count% apples ' , '{0} There is no apples|one: There is one apple|more: There is %count% apples ' , 10 ),
62
+
63
+ array ('' , '{0}|{1} There is one apple|]1,Inf] There is %count% apples ' , 0 ),
64
+ array ('' , '{0} There is no apples|{1}|]1,Inf] There is %count% apples ' , 1 ),
56
65
);
57
66
}
58
67
}
0 commit comments