A couple of extra unit tests

This commit is contained in:
MarkBaker 2021-05-14 14:08:55 +02:00 committed by Mark Baker
parent 061744c6bd
commit b01a485f4f
2 changed files with 8 additions and 0 deletions

View File

@ -25,4 +25,8 @@ return [
0, 0,
null, 'STRING', '', 'xl95', null, 'STRING', '', 'xl95',
], ],
[
0,
null, null, null, null,
],
]; ];

View File

@ -25,4 +25,8 @@ return [
0, 0,
null, 'STRING', '', 'xl95', null, 'STRING', '', 'xl95',
], ],
[
0,
null, null, null, null,
],
]; ];