comparison tests/test-minirst.py.out @ 15039:c981f4a9ea74

minirst: add a helper function to build an RST table from an array
author Matt Mackall <mpm@selenic.com>
date Thu, 11 Aug 2011 22:40:43 -0500
parents df47381b41d6
children bdc595059108
comparison
equal deleted inserted replaced
15038:3f4d337cb80a 15039:c981f4a9ea74
386 Some indented text. 386 Some indented text.
387 387
388 Empty comment above 388 Empty comment above
389 ---------------------------------------------------------------------- 389 ----------------------------------------------------------------------
390 390
391 === === ========================================
392 a b c
393 === === ========================================
394 1 2 3
395 foo bar baz this list is very very very long man
396 === === ========================================
397
391 table formatted to fit within 30 characters: 398 table formatted to fit within 30 characters:
392 ---------------------------------------------------------------------- 399 ----------------------------------------------------------------------
393 a b c 400 a b c
394 ------------------------------ 401 ------------------------------
395 1 2 3 402 1 2 3
396 foo bar baz 403 foo bar baz this list is
397 aa bb sdfsdfsdf this line 404 very very very long
398 is way too long for 405 man
399 this cell. 406
400 407 ----------------------------------------------------------------------
401 ---------------------------------------------------------------------- 408
402