summaryrefslogtreecommitdiffstats
path: root/regress/man/RS/literal.out_html
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-05 20:04:50 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-05 20:04:50 +0000
commit5229da27b276b7a56dd6d7c892776720ffb974a1 (patch)
tree1009b448114574bc2c9c3005f7b1609360c90620 /regress/man/RS/literal.out_html
parent19b09bbc34fc7a6c2c6c12748d1b60a0f5690ee9 (diff)
downloadmandoc-5229da27b276b7a56dd6d7c892776720ffb974a1.tar.gz
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.
Diffstat (limited to 'regress/man/RS/literal.out_html')
-rw-r--r--regress/man/RS/literal.out_html20
1 files changed, 20 insertions, 0 deletions
diff --git a/regress/man/RS/literal.out_html b/regress/man/RS/literal.out_html
new file mode 100644
index 00000000..9475f407
--- /dev/null
+++ b/regress/man/RS/literal.out_html
@@ -0,0 +1,20 @@
+BEGINTEST
+<br/>
+initial regular text
+<pre>
+literal text
+before display
+</pre>
+<div class="Bd-indent">
+<pre>
+This is a short line.
+This is a very long line that would wrap if it weren't in literal context.
+</pre>
+</div>
+<pre>
+literal text
+after display
+</pre>
+final regular text
+<br/>
+ENDTEST