summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-13 09:25:56 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-13 09:25:56 -0800
commit5ecadd7bfac0fea7b4269822b82aacf63fb192be (patch)
tree46888951f750f5101c33d55b966ca35096fc2621 /tests
parent15829d5c3a842fdddad149b173b2c57272eeeb57 (diff)
Use line block in RST writer when a paragraph contains linebreaks.
Previously linebreaks weren't supported in RST, since RST has no native linebreak construct.
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.rst b/tests/writer.rst
index 09b301613..399600ac0 100644
--- a/tests/writer.rst
+++ b/tests/writer.rst
@@ -59,8 +59,8 @@ item.
Here’s one with a bullet. \* criminey.
-There should be a hard line break
-here.
+| There should be a hard line break
+| here.
--------------