diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-09-04 10:53:37 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-09-04 10:53:37 +0300 |
commit | 66f3b0020614bc37741158a08d8eb370ed4125fd (patch) | |
tree | 85514ab653137a551717cf678df857c78412e411 /test | |
parent | 97a176aaaa848c2ceac1e7c22a4bb9a8d7c31b92 (diff) | |
download | pandoc-66f3b0020614bc37741158a08d8eb370ed4125fd.tar.gz |
Remove redundant $
Diffstat (limited to 'test')
-rw-r--r-- | test/Tests/Readers/Muse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Readers/Muse.hs b/test/Tests/Readers/Muse.hs index edb8ba21a..22ff43c6f 100644 --- a/test/Tests/Readers/Muse.hs +++ b/test/Tests/Readers/Muse.hs @@ -255,7 +255,7 @@ tests = ] ] - , testGroup "Blocks" $ + , testGroup "Blocks" [ testProperty "Round trip" roundTrip , "Block elements end paragraphs" =: T.unlines [ "First paragraph" |