From db2a68d089e06bbf298b939252f826c84b6b6702 Mon Sep 17 00:00:00 2001 From: danse Date: Tue, 18 Sep 2018 13:24:24 +0200 Subject: parse rST inlines containing newlines closing #4912 this eliminates a regression error introduced after pandoc 2.1.1, affecting rST inline parsing. see the issue for details --- test/Tests/Readers/RST.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Tests/Readers/RST.hs') diff --git a/test/Tests/Readers/RST.hs b/test/Tests/Readers/RST.hs index 8916eed6f..963e7530d 100644 --- a/test/Tests/Readers/RST.hs +++ b/test/Tests/Readers/RST.hs @@ -198,5 +198,8 @@ tests = [ "line block with blank line" =: , "bare URI parsing disabled inside emphasis (#4561)" =: "*http://location*" =?> para (emph (text "http://location")) + , "include newlines" =: + "**before\nafter**" =?> + para (strong (text "before\nafter")) ] ] -- cgit v1.2.3