Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/tests/test-minirst.py.out Thu Aug 11 22:40:41 2011 -0500 +++ b/tests/test-minirst.py.out Thu Aug 11 22:40:43 2011 -0500 @@ -388,15 +388,21 @@ Empty comment above ---------------------------------------------------------------------- + === === ======================================== + a b c + === === ======================================== + 1 2 3 + foo bar baz this list is very very very long man + === === ======================================== + table formatted to fit within 30 characters: ---------------------------------------------------------------------- a b c ------------------------------ 1 2 3 - foo bar baz - aa bb sdfsdfsdf this line - is way too long for - this cell. + foo bar baz this list is + very very very long + man ----------------------------------------------------------------------