diff options
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/DeprecationMessageParseError.hs | 12 | ||||
-rw-r--r-- | html-test/src/TitledPicture.hs | 7 | ||||
-rw-r--r-- | html-test/src/Unicode.hs (renamed from html-test/src/Unicode.hs.disabled) | 0 |
3 files changed, 7 insertions, 12 deletions
diff --git a/html-test/src/DeprecationMessageParseError.hs b/html-test/src/DeprecationMessageParseError.hs deleted file mode 100644 index 2f8fb492..00000000 --- a/html-test/src/DeprecationMessageParseError.hs +++ /dev/null @@ -1,12 +0,0 @@ --- | --- What is tested here: --- --- * If parsing of a deprecation message fails, the message is included --- verbatim. --- -module DeprecationMessageParseError where - --- | some documentation for foo -foo :: Int -foo = 23 -{-# DEPRECATED foo "use @bar instead" #-} diff --git a/html-test/src/TitledPicture.hs b/html-test/src/TitledPicture.hs new file mode 100644 index 00000000..7029d98a --- /dev/null +++ b/html-test/src/TitledPicture.hs @@ -0,0 +1,7 @@ +module TitledPicture where + +-- | Picture for 'foo' without a title <<bar>> +foo = 5 + +-- | Picture for 'bar' with title <<un∣∁∘ δ∈>> +bar = 6 diff --git a/html-test/src/Unicode.hs.disabled b/html-test/src/Unicode.hs index d5bbf445..d5bbf445 100644 --- a/html-test/src/Unicode.hs.disabled +++ b/html-test/src/Unicode.hs |