|
Lines 164-170
is($seq, 'Y: 2, X: 1');
Link Here
|
| 164 |
$seq = _next_seq($subscription, $pattern); |
164 |
$seq = _next_seq($subscription, $pattern); |
| 165 |
is($seq, 'Y: 2, X: 2'); |
165 |
is($seq, 'Y: 2, X: 2'); |
| 166 |
# Back to the future |
166 |
# Back to the future |
| 167 |
for (my $i = 0; $i < 39; $i++) { |
167 |
for (1..39) { |
| 168 |
$seq = _next_seq($subscription, $pattern); |
168 |
$seq = _next_seq($subscription, $pattern); |
| 169 |
} |
169 |
} |
| 170 |
$seq = _next_seq($subscription, $pattern); |
170 |
$seq = _next_seq($subscription, $pattern); |
|
Lines 203-209
$seq = _next_seq($subscription, $pattern);
Link Here
|
| 203 |
is($seq, 'Z: 1, Y: 1, X: 4'); |
203 |
is($seq, 'Z: 1, Y: 1, X: 4'); |
| 204 |
$seq = _next_seq($subscription, $pattern); |
204 |
$seq = _next_seq($subscription, $pattern); |
| 205 |
is($seq, 'Z: 1, Y: 2, X: 1'); |
205 |
is($seq, 'Z: 1, Y: 2, X: 1'); |
| 206 |
for (my $i = 0; $i < 24; $i++) { |
206 |
for (1..24) { |
| 207 |
$seq = _next_seq($subscription, $pattern); |
207 |
$seq = _next_seq($subscription, $pattern); |
| 208 |
} |
208 |
} |
| 209 |
$seq = _next_seq($subscription, $pattern); |
209 |
$seq = _next_seq($subscription, $pattern); |
|
Lines 214-220
$seq = _next_seq($subscription, $pattern);
Link Here
|
| 214 |
is($seq, 'Z: 1, Y: 8, X: 4'); |
214 |
is($seq, 'Z: 1, Y: 8, X: 4'); |
| 215 |
$seq = _next_seq($subscription, $pattern); |
215 |
$seq = _next_seq($subscription, $pattern); |
| 216 |
is($seq, 'Z: 2, Y: 1, X: 1'); |
216 |
is($seq, 'Z: 2, Y: 1, X: 1'); |
| 217 |
for (my $i = 0; $i < 350; $i++) { |
217 |
for (1..350) { |
| 218 |
$seq = _next_seq($subscription, $pattern); |
218 |
$seq = _next_seq($subscription, $pattern); |
| 219 |
} |
219 |
} |
| 220 |
$seq = _next_seq($subscription, $pattern); |
220 |
$seq = _next_seq($subscription, $pattern); |