aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Writers/TEI.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Tests/Writers/TEI.hs')
-rw-r--r--tests/Tests/Writers/TEI.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Writers/TEI.hs b/tests/Tests/Writers/TEI.hs
index 3eb8478b7..703f565bb 100644
--- a/tests/Tests/Writers/TEI.hs
+++ b/tests/Tests/Writers/TEI.hs
@@ -22,7 +22,7 @@ which is in turn shorthand for
infix 4 =:
(=:) :: (ToString a, ToPandoc a)
=> String -> (a, String) -> Test
-(=:) = test (writeTEI def . toPandoc)
+(=:) = test (purely (writeTEI def) . toPandoc)
tests :: [Test]
tests = [ testGroup "block elements"