diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-03-25 23:04:54 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-03-25 23:04:54 +0300 |
commit | aa929e462d18ac3d0b9c59d388d87828d583093d (patch) | |
tree | a718131453607ad50a6b9dfc31fe82863d3b3353 | |
parent | 79592db66c828d3c3f2a2052b186da03a98ef3c5 (diff) | |
download | pandoc-aa929e462d18ac3d0b9c59d388d87828d583093d.tar.gz |
Muse reader: enable round-trip test
Close #4468
-rw-r--r-- | test/Tests/Readers/Muse.hs | 5 |
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" |