From c33a3366a3d5db0a3182110ecfe15ded97489b77 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 5 Jan 2019 20:04:50 +0000 Subject: Slowly start doing more HTML output tests, in this case for the interaction of .nf and .RS, related to man_macro.c rev. 1.106. HTML regression testing is tricky because it is extremely prone to over-testing, i.e. unintentional testing for volatile formatting details which are irrelevant for deciding whether the HTML output is good or bad. Minor changes to the formatter - which is still heavily under development - might result in the necessity to repeatedly adjust many test cases. Then again, HTML syntax rules are so complicated that without regression testing, the risk is simply too high that later changes will re-introduce issues that were already fixed earlier. Let's just try to design the tests very carefully in such a way that the *.out_html files contain nothing that is likely to change, and defer testing in cases where the HTML output is not yet clean enough to allow designing tests in such a way. --- regress/man/RS/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress/man/RS/Makefile') diff --git a/regress/man/RS/Makefile b/regress/man/RS/Makefile index fda516e0..34c0029c 100644 --- a/regress/man/RS/Makefile +++ b/regress/man/RS/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2015/04/06 13:34:54 schwarze Exp $ +# $OpenBSD: Makefile,v 1.13 2019/01/05 20:00:33 schwarze Exp $ REGRESS_TARGETS = an-margin breaking broken empty literal lonelyRE REGRESS_TARGETS += nested noRE nowidth REarg width LINT_TARGETS = empty lonelyRE noRE REarg +HTML_TARGETS = literal .include -- cgit v1.2.3-56-ge451