aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/FB2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/FB2.hs')
-rw-r--r--test/Tests/Readers/FB2.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Tests/Readers/FB2.hs b/test/Tests/Readers/FB2.hs
index 9b2983d57..71443176d 100644
--- a/test/Tests/Readers/FB2.hs
+++ b/test/Tests/Readers/FB2.hs
@@ -1,5 +1,15 @@
{-# LANGUAGE NoImplicitPrelude #-}
+{- |
+ Module : Tests.Readers.FB2
+ Copyright : © 2018-2019 Alexander Krotov
+ License : GNU GPL, version 2 or above
+ Maintainer : © 2018-2019 Alexander Krotov <ilabdsf@gmail.com>
+ Stability : alpha
+ Portability : portable
+
+Tests for the EPUB mediabag.
+-}
module Tests.Readers.FB2 (tests) where
import Prelude