[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH for review
From: |
Ben Pfaff |
Subject: |
Re: PATCH for review |
Date: |
Fri, 24 Mar 2017 12:30:20 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Fri, Mar 24, 2017 at 07:49:39PM +0100, John Darrington wrote:
> On Fri, Mar 24, 2017 at 11:08:55AM -0700, Ben Pfaff wrote:
> On Fri, Mar 24, 2017 at 05:47:42PM +0100, John Darrington wrote:
> > This fix avoids a bug where the driver would enter a tight loop when
> rendering cells
> > with zero height or width.
>
> This appears to add a new HTML output driver testsuite, but it doesn't
> include the html.at file.
>
>
> Doesn't this bit do that:
>
> diff --git a/tests/automake.mk b/tests/automake.mk
> index 0fe8a5f6..93b19d82 100644
> --- a/tests/automake.mk
> +++ b/tests/automake.mk
> @@ -394,6 +394,7 @@ TESTSUITE_AT = \
> tests/math/randist.at \
> tests/output/ascii.at \
> tests/output/charts.at \
> + tests/output/html.at \
> tests/output/output.at \
> tests/output/paper-size.at \
> tests/output/render.at \
That adds a reference to html.at, but what's in html.at?