# HG changeset patch # User Simon Heimberg # Date 1383556986 -3600 # 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 -r 0f6e360b14f2 -r 52b437586435 tests/test-minirst.py --- a/tests/test-minirst.py Mon Nov 04 10:23:06 2013 +0100 +++ b/tests/test-minirst.py Mon Nov 04 10:23:06 2013 +0100 @@ -202,6 +202,7 @@ admonitions = """ .. note:: + This is a note - Bullet 1 diff -r 0f6e360b14f2 -r 52b437586435 tests/test-minirst.py.out --- a/tests/test-minirst.py.out Mon Nov 04 10:23:06 2013 +0100 +++ b/tests/test-minirst.py.out Mon Nov 04 10:23:06 2013 +0100 @@ -683,7 +683,10 @@ html format: ----------------------------------------------------------------------

-Note: This is a note +Note: +

+

+This is a note