aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/DokuWiki.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/DokuWiki.hs')
-rw-r--r--test/Tests/Readers/DokuWiki.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Tests/Readers/DokuWiki.hs b/test/Tests/Readers/DokuWiki.hs
index 02fe1553b..b8cd83c3c 100644
--- a/test/Tests/Readers/DokuWiki.hs
+++ b/test/Tests/Readers/DokuWiki.hs
@@ -1,6 +1,17 @@
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
+{- |
+ Module : Tests.Readers.DokuWiki
+ Copyright : © 2018-2019 Alexander Krotov
+ License : GNU GPL, version 2 or above
+
+ Maintainer : Alexander Krotov
+ Stability : alpha
+ Portability : portable
+
+Tests for DokuWiki reader.
+-}
module Tests.Readers.DokuWiki (tests) where
import Prelude