From a08b2ea0b62799ba94602829a2db5b99d7837272 Mon Sep 17 00:00:00 2001 From: David Waern Date: Sun, 16 Aug 2009 01:43:04 +0000 Subject: Add a test for cross-package documentation --- tests/tests/CrossPackageDocs.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/tests/CrossPackageDocs.hs (limited to 'tests') diff --git a/tests/tests/CrossPackageDocs.hs b/tests/tests/CrossPackageDocs.hs new file mode 100644 index 00000000..babd954a --- /dev/null +++ b/tests/tests/CrossPackageDocs.hs @@ -0,0 +1,11 @@ +module CrossPackageDocs (map, Monad(..), runInteractiveProcess {- $ Bugs -}) where + +import System.Process + +-- $ Bugs: +-- +-- * [] a +-- +-- * No instances list +-- +-- * No docs on function arguments -- cgit v1.2.3