From ad19166bc308a2428bd040851a2a97c76e8873f9 Mon Sep 17 00:00:00 2001 From: Yan Pas Date: Wed, 9 May 2018 20:40:37 +0300 Subject: fix build and tests --- test/Tests/Readers/Man.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/Tests/Readers') diff --git a/test/Tests/Readers/Man.hs b/test/Tests/Readers/Man.hs index 007935be1..a9fe324d1 100644 --- a/test/Tests/Readers/Man.hs +++ b/test/Tests/Readers/Man.hs @@ -1,6 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} module Tests.Readers.Man (tests) where +import Prelude import Data.Text (Text) import Test.Tasty import Tests.Helpers @@ -23,9 +24,9 @@ tests = [ testGroup "Macros" [ "Bold" =: ".B foo\n" - =?> strong "foo" + =?> (para $ strong "foo") , "Italic" =: ".I foo\n" - =?> emph "foo" + =?> (para $ emph "foo") ] ] -- cgit v1.2.3