summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
AgeCommit message (Expand)Author
2011-05-31When running "make obj" before "make regress", the desired outputIngo Schwarze
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
2011-02-06Some pre-handlers produce output, so reorder the code to set upIngo Schwarze
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
2011-02-06another test found in yet another tree;Ingo Schwarze
2011-02-06more tests found in my other treeIngo Schwarze
2011-02-05another test found in my treeIngo Schwarze
2011-02-05some more tests found in my treeIngo Schwarze
2011-01-31When in a <PRE>, don't print out the <BR> before lines that haveIngo Schwarze
2011-01-30Make .Bx accept not more than two arguments.Ingo Schwarze
2011-01-30Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze
2011-01-17Refrain from throwing fatal errors forIngo Schwarze
2011-01-16In literal context, do not generate output line breaks between macroIngo Schwarze
2011-01-16If the first character of a free-form text input line is whitespace,Ingo Schwarze
2011-01-12Implement the roff .rm request (remove macro).Ingo Schwarze
2011-01-10Refactoring in preparation for .rm support:Ingo Schwarze
2011-01-09check that lists lacking their end macro do not crash;Ingo Schwarze
2011-01-09test font-alternating blocks in literal context;Ingo Schwarze
2011-01-09Only .Bd -literal has 8-character tabs,Ingo Schwarze
2011-01-04some more tests regarding empty macrosIngo Schwarze
2011-01-04Fix stupid commit error pointed out by guenther@ (thanks!):Ingo Schwarze
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2011-01-03Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze
2011-01-02more tests of white space handlingIngo Schwarze
2011-01-01test whether the .Fl macro is parsedIngo Schwarze
2011-01-01test handling of zero-length user-defined stringsIngo Schwarze
2011-01-01also test .Pp in literal contextIngo Schwarze
2011-01-01also test .Mt without argumentsIngo Schwarze
2010-12-19Handle .Bk the same way as groff 1.20.1:Ingo Schwarze
2010-12-09Abort endless loops during roff macro and string expansion.Ingo Schwarze
2010-12-09Roff only interpolates \* strings when the leading backslash is not escaped.Ingo Schwarze
2010-12-04add a few simple tests found in my treeIngo Schwarze
2010-12-04Now that we don't have groff in base any longer, check in the desired output,Ingo Schwarze
2010-07-01more updatesIngo Schwarze
2010-07-01major update of the mandoc test suite:Ingo Schwarze
2010-06-27add the groff target to the 'make depend' step, so we build dependencies.Peter Hessler
2010-06-06also test .In following .In and .Ft following .FnIngo Schwarze
2010-04-25Test handling of roff conditional instructions;Ingo Schwarze
2010-04-25Let the clean target remove cores,Ingo Schwarze
2010-04-23Update test to also check that .Xr without args is ignored.Ingo Schwarze
2010-04-23Check handling of tab characters.Ingo Schwarze
2010-04-23Do not run the tests with -fstrict -Wall by default.Ingo Schwarze
2010-04-13test handling of multiple .It macros without intervening text;Ingo Schwarze
2010-04-12check handling of blank lines in literal context;Ingo Schwarze
2010-04-12new test to check vertical spacing in nested lists,Ingo Schwarze
2010-04-08Check the behaviour of quoted and unquoted punctuationIngo Schwarze
2010-04-07Make sure that the sequence .Fl, no argument, and another macroIngo Schwarze
2010-02-17regression test for .Xr argument handling;Ingo Schwarze
2010-01-02Check that end of .It does not restore .Sm stateIngo Schwarze