# HG changeset patch # User Simon Heimberg # Date 2013-11-04 09:23:06 # Node ID 52b437586435a0da80191e88ec525432aa7b0124 # Parent 0f6e360b14f2dcc28c215949dea28badfbb0c96b tests: modify minirst test input to new format Modifying the test input data shows the effects of the last patches. In text output nothing has changed. In html output the title has moved on its own line. diff --git a/tests/test-minirst.py b/tests/test-minirst.py --- a/tests/test-minirst.py +++ b/tests/test-minirst.py @@ -202,6 +202,7 @@ debugformats('sections', sections) admonitions = """ .. note:: + This is a note - Bullet 1 diff --git a/tests/test-minirst.py.out b/tests/test-minirst.py.out --- a/tests/test-minirst.py.out +++ b/tests/test-minirst.py.out @@ -683,7 +683,10 @@ Note: html format: ----------------------------------------------------------------------

-Note: This is a note +Note: +

+

+This is a note