History log of /openbsd/regress/usr.bin/mandoc/mdoc/Nm/Makefile (Results 1 – 17 of 17)
Revision Date Author Comments
# 04fbb99f 10-Jun-2017 schwarze <schwarze@openbsd.org>

style message about missing blank before trailing delimiter;
inspired by mdoclint(1), and jmc@ considers it useful


# 68ba34ad 08-Mar-2017 schwarze <schwarze@openbsd.org>

Now that markdown output is tested for almost everything, test all
input files in -T markdown output mode by default and only mark
those files with SKIP_MARKDOWN that are not to be tested.
Much easie

Now that markdown output is tested for almost everything, test all
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.

show more ...


# 6d0f36f9 05-Mar-2017 schwarze <schwarze@openbsd.org>

first batch of -T markdown tests


# dd91dafc 11-Feb-2017 schwarze <schwarze@openbsd.org>

new regression tests for mdoc_macro.c revs. 1.167-1.172


# bf760ac2 06-Feb-2017 schwarze <schwarze@openbsd.org>

one less groff-mandoc difference after mdoc_validate.c rev. 1.234


# 2d266539 03-Feb-2015 schwarze <schwarze@openbsd.org>

Bring .Pp/.Lp handling inside .Nm blocks closer to groff;
as a bonus, get rid of another call to rew_sub().


# c5ac3e88 02-Feb-2015 schwarze <schwarze@openbsd.org>

When a full block macro gets closed out by a mismatching
block closure macro it calls, do not attempt to open its body.
This can for example happen for (nonsensical) constructions like
.Fo
.Nm Fc
in

When a full block macro gets closed out by a mismatching
block closure macro it calls, do not attempt to open its body.
This can for example happen for (nonsensical) constructions like
.Fo
.Nm Fc
in the SYNOPSIS. Fixing an assertion failure jsg@ found with afl
some time ago (test case number 731).

show more ...


# 26c5d88a 21-Aug-2014 schwarze <schwarze@openbsd.org>

Right after .Fl, a middle delimiter triggers an empty scope,
just like a closing delimiter. This didn't work in groff-1.15,
but it now works in groff-1.22.

After being closed by delimiters, .Nm sco

Right after .Fl, a middle delimiter triggers an empty scope,
just like a closing delimiter. This didn't work in groff-1.15,
but it now works in groff-1.22.

After being closed by delimiters, .Nm scopes do not reopen.

Do not suppress white space after .Fl if the next node is a text node
on the same input line; that can happen for middle delimiters.

Fixing an issue reported by jmc@.

show more ...


# 1315c576 17-Aug-2014 schwarze <schwarze@openbsd.org>

Segfault fixes from kristaps@.
Note that .It and .Nm blocks without bodies cannot be generated by
valid mdoc(7) syntax but are a adequate representations of invalid
mdoc(7) constructs like Bl -hang I

Segfault fixes from kristaps@.
Note that .It and .Nm blocks without bodies cannot be generated by
valid mdoc(7) syntax but are a adequate representations of invalid
mdoc(7) constructs like Bl -hang It Bo Sh and Sh SYNOPSIS Nm Bo Sh.

show more ...


# be486a49 11-Aug-2014 schwarze <schwarze@openbsd.org>

start catching up with recent code changes, but no new files yet


# f6840f42 20-Jun-2014 schwarze <schwarze@openbsd.org>

regression tests for prologue warnings


# b865ec93 08-Apr-2014 schwarze <schwarze@openbsd.org>

more tests for excessively long text in TERMP_NOBREAK mode


# 594bc221 12-Jul-2012 schwarze <schwarze@openbsd.org>

regression tests related to mdoc_validate rev. 1.105


# 388939ae 09-Jul-2012 schwarze <schwarze@openbsd.org>

fix -Tman font handling for:
.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


# 041e03bf 07-Jul-2012 schwarze <schwarze@openbsd.org>

after several improvements to -Tman went in,
enable lots of related regression tests


# 2e5f490f 17-Nov-2011 schwarze <schwarze@openbsd.org>

Complete overhaul of the mandoc(1) test suite.
* 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 foot

Complete overhaul of the mandoc(1) test suite.
* 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

show more ...


# 27e28216 04-Dec-2010 schwarze <schwarze@openbsd.org>

add a few simple tests found in my tree