Skip to content

Commit 0eb5c1a

Browse files
committed
Update test expectation
The new output is correct, though the fix here was rather accidental. We still need a proper fix for bug #78308 on earlier branches, but for now update the test to make the build green again.
1 parent 36f31c2 commit 0eb5c1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ext/intl/tests/breakiter_getPartsIterator_var1.phpt

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ array(5) {
3333
array(5) {
3434
[0]=>
3535
string(3) "foo"
36-
[4]=>
36+
[3]=>
3737
string(1) " "
38-
[5]=>
38+
[4]=>
3939
string(3) "bar"
40-
[8]=>
40+
[7]=>
4141
string(1) " "
42-
[9]=>
42+
[8]=>
4343
string(3) "tao"
4444
}
4545
array(5) {
4646
[3]=>
4747
string(3) "foo"
48-
[5]=>
48+
[4]=>
4949
string(1) " "
50-
[8]=>
50+
[7]=>
5151
string(3) "bar"
52-
[9]=>
52+
[8]=>
5353
string(1) " "
54-
[12]=>
54+
[11]=>
5555
string(3) "tao"
5656
}

0 commit comments

Comments
 (0)