@@ -269,21 +269,27 @@ public function testRenderProvider()
269
269
'9971-5-0210-0 ' ,
270
270
new TableCell ("A Tale of \nTwo Cities " , array ('colspan ' => 2 )),
271
271
),
272
+ new TableSeparator (),
273
+ array (
274
+ new TableCell ("Cupiditate dicta atque porro, tempora exercitationem modi animi nulla nemo vel nihil! " , array ('colspan ' => 3 )),
275
+ ),
272
276
),
273
277
'default ' ,
274
278
<<<TABLE
275
- +----------------+---------------+-----------------+
276
- | ISBN | Title | Author |
277
- +----------------+---------------+-----------------+
278
- | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
279
- +----------------+---------------+-----------------+
280
- | Divine Comedy(Dante Alighieri) |
281
- +----------------+---------------+-----------------+
282
- | Arduino: A Quick-Start Guide | Mark Schmidt |
283
- +----------------+---------------+-----------------+
284
- | 9971-5-0210-0 | A Tale of |
285
- | | Two Cities |
286
- +----------------+---------------+-----------------+
279
+ +-------------------------------+-------------------------------+-----------------------------+
280
+ | ISBN | Title | Author |
281
+ +-------------------------------+-------------------------------+-----------------------------+
282
+ | 99921-58-10-7 | Divine Comedy | Dante Alighieri |
283
+ +-------------------------------+-------------------------------+-----------------------------+
284
+ | Divine Comedy(Dante Alighieri) |
285
+ +-------------------------------+-------------------------------+-----------------------------+
286
+ | Arduino: A Quick-Start Guide | Mark Schmidt |
287
+ +-------------------------------+-------------------------------+-----------------------------+
288
+ | 9971-5-0210-0 | A Tale of |
289
+ | | Two Cities |
290
+ +-------------------------------+-------------------------------+-----------------------------+
291
+ | Cupiditate dicta atque porro, tempora exercitationem modi animi nulla nemo vel nihil! |
292
+ +-------------------------------+-------------------------------+-----------------------------+
287
293
288
294
TABLE
289
295
),
@@ -336,16 +342,16 @@ public function testRenderProvider()
336
342
),
337
343
'default ' ,
338
344
<<<TABLE
339
- +------------------+--------+-----------------+
340
- | ISBN | Title | Author |
341
- +------------------+--------+-----------------+
342
- | 9971-5-0210-0 | Dante Alighieri |
343
- | | Charles Dickens |
344
- +------------------+--------+-----------------+
345
- | Dante Alighieri | 9971-5-0210-0 |
346
- | J. R. R. Tolkien | |
347
- | J. R. R | |
348
- +------------------+--------+-----------------+
345
+ +------------------+--------- +-----------------+
346
+ | ISBN | Title | Author |
347
+ +------------------+--------- +-----------------+
348
+ | 9971-5-0210-0 | Dante Alighieri |
349
+ | | Charles Dickens |
350
+ +------------------+--------- +-----------------+
351
+ | Dante Alighieri | 9971-5-0210-0 |
352
+ | J. R. R. Tolkien | |
353
+ | J. R. R | |
354
+ +------------------+--------- +-----------------+
349
355
350
356
TABLE
351
357
),
@@ -473,9 +479,9 @@ public function testRenderProvider()
473
479
),
474
480
'default ' ,
475
481
<<<TABLE
476
- +--+--+--+--+--+--+--+--+--+
477
- | 1 | 2 | 3 | 4 |
478
- +--+--+--+--+--+--+--+--+--+
482
+ +--- +--+--+--- +--+--- +--+- --+--+
483
+ | 1 | 2 | 3 | 4 |
484
+ +--- +--+--+--- +--+--- +--+- --+--+
479
485
480
486
TABLE
481
487
),
0 commit comments