This file is indexed.

/usr/share/doc/libghc-tasty-hunit-doc/html/tasty-hunit.txt is in libghc-tasty-hunit-doc 0.4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | HUnit support for the Tasty test framework.
--   
--   HUnit support for the Tasty test framework.
@package tasty-hunit
@version 0.4.1


-- | This module allows to use HUnit tests in tasty.
module Test.Tasty.HUnit

-- | Create a <tt>Test</tt> for a HUnit <a>Assertion</a>
testCase :: TestName -> Assertion -> TestTree
instance Typeable TestCase
instance IsTest TestCase