summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/In (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-0413-22/+23
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* cope with changes in BASE messagesschwarze2017-06-251-2/+3
|
* churn related to the new style message about RCS idsschwarze2017-06-171-0/+1
|
* churn caused by the new Mdocdate messages, no easy way to avoid this :(schwarze2017-06-111-0/+1
|
* style message about missing blank before trailing delimiter;schwarze2017-06-104-3/+4
| | | | inspired by mdoclint(1), and jmc@ considers it useful
* Macro argument quoting does not prevent recognition of punctuationschwarze2017-05-303-3/+3
| | | | | | | | | | | and of called macros. This bug affects almost all macros, and fixing it simplifies the code. It is amazing that the bogus ARGS_QWORD feature got implemented in the first place, and then carrier along for more than eight years without anybody ever noticing that it was pointless. Reported by Leah Neukirchen <leah at vuxu dot org>, found on Void Linux.
* Now that markdown output is tested for almost everything, test allschwarze2017-03-081-2/+1
| | | | | | input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
* Fix .In formatting in the SYNOPSIS:schwarze2017-03-073-2/+62
| | | | No &zwnj; in the middle of **, please.
* first batch of -T markdown testsschwarze2017-03-053-1/+28
|
* better handle .In .Sh .Ss .St .Xr without argumentsschwarze2015-02-064-2/+43
|
* inevitable churn caused by the section title changeschwarze2014-08-263-3/+3
|
* Two more macros (.Ap and .In) do trailing delimiter handling.schwarze2012-11-163-2/+21
| | | | | | | This fixes the end of sentence spacing in open(2) and in about 150 pages in the NetBSD base system. Reported by Nicolas Joly <njoly a pasteur point fr>, merci!
* fix -Tman font handling for:schwarze2012-07-093-2/+21
| | | | | .Ad .Ar .Cd .Cm .Dv .Em .Er .Ev .Fa .Fl .Fn .Fo .Ft .Ic .In .Lk .Li .Ms .Mt .Nm .Pa .Sx .Sy .Tn .Va .Vt
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vtschwarze2012-07-083-4/+17
|
* Complete overhaul of the mandoc(1) test suite.schwarze2011-11-173-3/+5
| | | | | | | | | | | | | | | * Test the recently introduced -Tman output mode, too. * Specify date and OS arguments in all tests. * Remove the kludge of sed(1)ing away the page footer lines. * New make(1) variables SKIP_TMAN, SKIP_GROFF. * Drop obsolete, clumsy make(1) variable GROFF_TARGETS. * Delete obsolete mdoc/Bl/E*.sh error reporting tests. * Silence char/N/basic. * New targets: - ascii, ascii-clean - to run -Tascii tests only - tman, tman-clean - to run the new -Tman tests only - obj-clean - maintainer only, needed before groff-clean and groff - groff-clean - maintainer only, affects checked-in files
* Now that we don't have groff in base any longer, check in the desired output,schwarze2010-12-041-0/+20
| | | | such that the regression suite does not depend on ports.
* major update of the mandoc test suite:schwarze2010-07-011-1/+1
| | | | | * add various new and extend a few existing tests * stop using Mdocdate to ease syncing with NetBSD
* also test .In following .In and .Ft following .Fnschwarze2010-06-061-1/+4
|
* Add the first batch of mandoc(1) regression tests, testing for a few bugsschwarze2009-10-282-0/+19
fixed in 1.9.9 and some older, rather subtle issues in list displays. Directory layout and naming scheme was chosen such that later inclusion of tests for -man and -Thtml will not force us to rename everything, even though the layout might still seem a bit sparse right now. More tests will slowly be added while investigating and fixing issues.