tests/test-minirst.py
changeset 12388 75f044d4dbf5
parent 10984 68b7d2d668ce
child 12819 5082e2f3f8e0
--- 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)