CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2009/10/27 21:20:42
Added files: regress/usr.bin/mandoc: Makefile Makefile.inc regress/usr.bin/mandoc/mdoc: Makefile Makefile.inc regress/usr.bin/mandoc/mdoc/Bl: EMULTILIST.sh ENOTYPE.sh Makefile diag.in hang.in inset.in tag.in regress/usr.bin/mandoc/mdoc/In: Makefile break.in regress/usr.bin/mandoc/mdoc/Rs: Makefile break.in Log message: Add the first batch of mandoc(1) regression tests, testing for a few bugs 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.