From 13280a811264690c42ac7d795efa0c702fad0b7b Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 8 Aug 2016 09:40:50 +0200 Subject: Org reader: preserve indentation of verse lines Leading spaces in verse lines are converted to non-breaking spaces, so indentation is preserved. This fixes #3064. --- tests/Tests/Readers/Org.hs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/Tests/Readers') diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs index 1f8a8a01e..a879b0912 100644 --- a/tests/Tests/Readers/Org.hs +++ b/tests/Tests/Readers/Org.hs @@ -1440,6 +1440,14 @@ tests = ] =?> para ("foo" <> linebreak <> linebreak <> "bar") + , "Verse block with varying indentation" =: + unlines [ "#+BEGIN_VERSE" + , " hello darkness" + , "my old friend" + , "#+END_VERSE" + ] =?> + para ("\160\160hello darkness" <> linebreak <> "my old friend") + , "Raw block LaTeX" =: unlines [ "#+BEGIN_LaTeX" , "The category $\\cat{Set}$ is adhesive." -- cgit v1.2.3