diff -r 4f8067c94729 -r 75f044d4dbf5 tests/test-minirst.py --- a/tests/test-minirst.py Thu Sep 23 00:02:31 2010 -0500 +++ b/tests/test-minirst.py Wed Sep 22 15:51:59 2010 +0200 @@ -197,3 +197,20 @@ ------------------------------ """ debugformat('sections', sections, 20) + + +admonitions = """ +.. note:: + This is a note + + - Bullet 1 + - Bullet 2 + + .. warning:: This is a warning Second + input line of warning + +.. danger:: + This is danger +""" + +debugformat('admonitions', admonitions, 30)