Skip to content

Commit 54c3e07

Browse files
authored
Merge pull request #283 from remicollet/issue-0228
fix test expectation with libxlsxio 0.2.28
2 parents c183ddf + a0dcf78 commit 54c3e07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/open_xlsx_next_row_with_data_type_date_array_index.phpt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ array(2) {
3636
[1]=>
3737
string(4) "Cost"
3838
}
39-
array(0) {
39+
array(2) {
40+
[0]=>
41+
string(0) ""
42+
[1]=>
43+
string(0) ""
4044
}
4145
array(5) {
4246
[0]=>
@@ -49,4 +53,4 @@ array(5) {
4953
string(0) ""
5054
[4]=>
5155
int(1568818881)
52-
}
56+
}

0 commit comments

Comments
 (0)