From aa929e462d18ac3d0b9c59d388d87828d583093d Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 25 Mar 2018 23:04:54 +0300 Subject: Muse reader: enable round-trip test Close #4468 --- test/Tests/Readers/Muse.hs | 5 ++--- 1 file 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" -- cgit v1.2.3