summaryrefslogtreecommitdiff
path: root/tests/writer.org
diff options
context:
space:
mode:
authorAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-12 00:22:49 +0200
committerAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-12 10:47:49 +0200
commit36066699c31ca50566ca2492a5c112ecbe690a63 (patch)
treeaa0086aa11650b5f228bc4eb706ed406444491c1 /tests/writer.org
parent8bc09ce6c7ae118318241b0b0a31c946534259c6 (diff)
Org writer: Fix output for linebreaks
Hard linebreaks in Org mode are represented by the string "\\" as the last characters in a line. Adds this feature to the Org-mode writer.
Diffstat (limited to 'tests/writer.org')
-rw-r--r--tests/writer.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.org b/tests/writer.org
index 85016f352..524d49305 100644
--- a/tests/writer.org
+++ b/tests/writer.org
@@ -42,7 +42,7 @@ item.
Here's one with a bullet. * criminey.
-There should be a hard line break
+There should be a hard line break\\
here.
--------------