diff -r f52c4f7a4732 -r 75cff8f12910 tests/test-minirst.py --- a/tests/test-minirst.py Sat Nov 07 03:04:46 2009 +0100 +++ b/tests/test-minirst.py Sat Nov 07 03:14:56 2009 +0100 @@ -93,6 +93,15 @@ Literal block with no indentation (apart from the two spaces added to all literal blocks). + +1. This is an enumerated list (first item). +2. Continuing with the second item. + +(1) foo +(2) bar + +1) Another +2) List """ debugformat('lists', lists, 60)