Mercurial > public > mercurial-scm > hg-stable
diff tests/test-minirst.py @ 10447:e957cc7cbd14
minirst: support line blocks
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 13 Feb 2010 21:21:40 +0100 |
parents | e99e0e077bc4 |
children | 0a2c6948f5f4 |
line wrap: on
line diff
--- a/tests/test-minirst.py Sat Feb 13 18:44:19 2010 +0100 +++ b/tests/test-minirst.py Sat Feb 13 21:21:40 2010 +0100 @@ -106,6 +106,12 @@ 1) Another 2) List + +Line blocks are also a form of list: + +| This is the first line. + The line continues here. +| This is the second line. """ debugformat('lists', lists, 60)