tests: modify minirst test input to new format stable
authorSimon Heimberg <simohe@besonet.ch>
Mon, 04 Nov 2013 10:23:06 +0100
branchstable
changeset 19996 52b437586435
parent 19995 0f6e360b14f2
child 19997 de16c673455b
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.
tests/test-minirst.py
tests/test-minirst.py.out
--- 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
--- 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:
 ----------------------------------------------------------------------
 <p>
-<b>Note:</b> This is a note
+<b>Note:</b> 
+</p>
+<p>
+This is a note
 </p>
 <ul>
  <li> Bullet 1