@@ -298,29 +298,29 @@ public function testRenderProvider()
298
298
array (
299
299
array (
300
300
new TableCell ('9971-5-0210-0 ' , array ('rowspan ' => 3 )),
301
- 'Divine Comedy ' ,
301
+ new TableCell ( 'Divine Comedy ' , array ( ' rowspan ' => 2 )) ,
302
302
'Dante Alighieri ' ,
303
303
),
304
- array (' A Tale of Two Cities ' , ' Charles Dickens ' ),
304
+ array (),
305
305
array ("The Lord of \nthe Rings " , "J. R. \nR. Tolkien " ),
306
306
new TableSeparator (),
307
307
array ('80-902734-1-6 ' , new TableCell ("And Then \nThere \nWere None " , array ('rowspan ' => 3 )), 'Agatha Christie ' ),
308
308
array ('80-902734-1-7 ' , 'Test ' ),
309
309
),
310
310
'default ' ,
311
311
<<<'TABLE'
312
- +---------------+---------------------- +-----------------+
313
- | ISBN | Title | Author |
314
- +---------------+---------------------- +-----------------+
315
- | 9971-5-0210-0 | Divine Comedy | Dante Alighieri |
316
- | | A Tale of Two Cities | Charles Dickens |
317
- | | The Lord of | J. R. |
318
- | | the Rings | R. Tolkien |
319
- +---------------+---------------------- +-----------------+
320
- | 80-902734-1-6 | And Then | Agatha Christie |
321
- | 80-902734-1-7 | There | Test |
322
- | | Were None | |
323
- +---------------+---------------------- +-----------------+
312
+ +---------------+---------------+-----------------+
313
+ | ISBN | Title | Author |
314
+ +---------------+---------------+-----------------+
315
+ | 9971-5-0210-0 | Divine Comedy | Dante Alighieri |
316
+ | | | |
317
+ | | The Lord of | J. R. |
318
+ | | the Rings | R. Tolkien |
319
+ +---------------+---------------+-----------------+
320
+ | 80-902734-1-6 | And Then | Agatha Christie |
321
+ | 80-902734-1-7 | There | Test |
322
+ | | Were None | |
323
+ +---------------+---------------+-----------------+
324
324
325
325
TABLE
326
326
),
0 commit comments