aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/JATS.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/JATS.hs')
-rw-r--r--test/Tests/Readers/JATS.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Tests/Readers/JATS.hs b/test/Tests/Readers/JATS.hs
index 83c7c0da5..2ac0f6d8f 100644
--- a/test/Tests/Readers/JATS.hs
+++ b/test/Tests/Readers/JATS.hs
@@ -1,5 +1,16 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
+{- |
+ Module : Tests.Readers.JATS
+ Copyright : © 2017 Hamish Mackenzie
+ License : GNU GPL, version 2 or above
+
+ Maintainer : Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>
+ Stability : alpha
+ Portability : portable
+
+Tests for the JATS reader.
+-}
module Tests.Readers.JATS (tests) where
import Prelude