aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-03-25 23:04:54 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-03-25 23:04:54 +0300
commitaa929e462d18ac3d0b9c59d388d87828d583093d (patch)
treea718131453607ad50a6b9dfc31fe82863d3b3353 /test
parent79592db66c828d3c3f2a2052b186da03a98ef3c5 (diff)
downloadpandoc-aa929e462d18ac3d0b9c59d388d87828d583093d.tar.gz
Muse reader: enable round-trip test
Close #4468
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Muse.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Tests/Readers/Muse.hs b/test/Tests/Readers/Muse.hs
index 7d2c8665c..ca63a6579 100644
--- a/test/Tests/Readers/Muse.hs
+++ b/test/Tests/Readers/Muse.hs
@@ -220,9 +220,8 @@ tests =
]
, testGroup "Blocks" $
- [ -- round-trip commented out for now, because it fails too often:
- testProperty "Round trip" roundTrip | False ] ++
- [ "Block elements end paragraphs" =:
+ [ testProperty "Round trip" roundTrip
+ , "Block elements end paragraphs" =:
T.unlines [ "First paragraph"
, "----"
, "Second paragraph"