@@ -298,29 +298,29 @@ public function testRenderProvider()
298298 array (
299299 array (
300300 new TableCell ('9971-5-0210-0 ' , array ('rowspan ' => 3 )),
301- 'Divine Comedy ' ,
301+ new TableCell ( 'Divine Comedy ' , array ( ' rowspan ' => 2 )) ,
302302 'Dante Alighieri ' ,
303303 ),
304- array (' A Tale of Two Cities ' , ' Charles Dickens ' ),
304+ array (),
305305 array ("The Lord of \nthe Rings " , "J. R. \nR. Tolkien " ),
306306 new TableSeparator (),
307307 array ('80-902734-1-6 ' , new TableCell ("And Then \nThere \nWere None " , array ('rowspan ' => 3 )), 'Agatha Christie ' ),
308308 array ('80-902734-1-7 ' , 'Test ' ),
309309 ),
310310 'default ' ,
311311<<<'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+ +---------------+---------------+-----------------+
324324
325325TABLE
326326 ),
0 commit comments