History log of /openbsd-current/regress/usr.bin/mandoc/mdoc/Sm/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 08-Mar-2017 schwarze

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.


# 1.9 08-Mar-2017 schwarze

enable -T markdown tests of filled displays and tagged lists


# 1.8 05-Mar-2017 schwarze

first batch of -T markdown tests


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.7 26-Nov-2014 schwarze

The .Sm macro accepts at most one argument;
fixing an assertion failure found by jsg@ with afl.


Revision tags: OPENBSD_5_6_BASE
# 1.6 05-Jul-2014 schwarze

Cleanup with respect to bad macro arguments.
* Fix .Sm with invalid arg: move arg out and toggle mode.
* Promote "unknown standard" from WARNING to ERROR, it loses information.
* Delete MANDOCERR_BADWIDTH, it would only indicate a mandoc(1) bug.
* Do not report MANDOCERR_BL_LATETYPE when there is no type at all.
* Mention macro names, arguments and fallbacks.


# 1.5 02-Jul-2014 schwarze

When .Sm is called without an argument, groff toggles the spacing mode,
so let us do the same for compatibility. Using this feature is of
course not recommended except in manual page obfuscation contests.


Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.4 07-Jul-2012 schwarze

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


Revision tags: OPENBSD_5_1_BASE
# 1.3 17-Nov-2011 schwarze

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


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE
# 1.2 06-Feb-2011 schwarze

more tests found in my other tree


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.1 02-Jan-2010 schwarze

Check that end of .It does not restore .Sm state
to the value it had before entering .It;
fixed by kristaps@ in release 1.9.15.