summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/Cd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-0413-20/+21
| | | | | | | | 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
|
* Macro argument quoting does not prevent recognition of punctuationschwarze2017-05-304-2/+102
| | | | | | | | | | | 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.
* first batch of -T markdown testsschwarze2017-03-054-1/+42
|
* inevitable churn caused by the section title changeschwarze2014-08-263-3/+3
|
* Improve and test the messages about empty macros,schwarze2014-07-022-1/+3
| | | | in particular reporting the macro names involved.
* Fix four small whitespace issues related to trailing punctuationschwarze2012-11-183-2/+21
| | | | | | | reported by Nicolas Joly <njoly at pasteur dot fr>: - add EOS spacing after trailing punctuation after .Cd, .Fc, and .Lb - suppress spacing before trailing punctuation after .Fd
* 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
* Complete overhaul of the mandoc(1) test suite.schwarze2011-11-173-3/+3
| | | | | | | | | | | | | | | * 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
* some more tests found in my treeschwarze2011-02-053-0/+26