From bb6cef20b82ef7a7f2d49f3ef6dc1a7ce880b5f0 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 9 Jul 2013 14:24:10 +0100 Subject: One pass parser and tests. We remove the HTML test as it is no longer necessary. We cover the test case in spec tests and other HTML tests but keeping this around fails: this is because the new parser has different semantics there. In fact, I suspect the original behaviour was a bug that wasn't caught/fixed but simply included as-is during the testing. --- html-test/ref/DeprecationMessageParseError.html | 101 --------------------- html-test/ref/TitledPicture.html | 111 ++++++++++++++++++++++++ 2 files changed, 111 insertions(+), 101 deletions(-) delete mode 100644 html-test/ref/DeprecationMessageParseError.html create mode 100644 html-test/ref/TitledPicture.html (limited to 'html-test/ref') diff --git a/html-test/ref/DeprecationMessageParseError.html b/html-test/ref/DeprecationMessageParseError.html deleted file mode 100644 index c71ab1a7..00000000 --- a/html-test/ref/DeprecationMessageParseError.html +++ /dev/null @@ -1,101 +0,0 @@ - -DeprecationMessageParseError

 

Safe HaskellNone

DeprecationMessageParseError

Description

What is tested here: -

  • If parsing of a deprecation message fails, the message is included - verbatim. -

Synopsis

Documentation

foo :: Int

Deprecated: use @bar instead

some documentation for foo -

diff --git a/html-test/ref/TitledPicture.html b/html-test/ref/TitledPicture.html new file mode 100644 index 00000000..34788690 --- /dev/null +++ b/html-test/ref/TitledPicture.html @@ -0,0 +1,111 @@ + +TitledPicture

 

Safe HaskellNone

TitledPicture

Synopsis

Documentation

foo :: Integer

Picture for foo without a title +

bar :: Integer

Picture for bar with title +

-- cgit v1.2.3