aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc
Commit message (Expand)AuthorAgeFilesLines
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+1
* Parser reorg:Ingo Schwarze2017-05-041-1/+1
* Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze2017-04-2810-4/+114
* adjust tests to recent .Lk improvementsIngo Schwarze2017-04-176-8/+20
* In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze2017-03-114-8/+8
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-0923-24/+5
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-0842-52/+35
* According to the CommonMark specification, backslash escapesIngo Schwarze2017-03-085-5/+5
* .Bl -column never gets blank lines between rowsIngo Schwarze2017-03-083-1/+94
* add two result files that were forgottenIngo Schwarze2017-03-082-0/+63
* enable -T markdown tests of filled displays and tagged listsIngo Schwarze2017-03-0833-6/+1211
* Escape blanks at the end of markdown linesIngo Schwarze2017-03-071-1/+1
* fix completely empty .Eo: no blank line wantedIngo Schwarze2017-03-072-1/+36
* fix spacing after empty .FlIngo Schwarze2017-03-072-2/+2
* implement .An -split and -nosplitIngo Schwarze2017-03-074-1/+65
* Fix .In formatting in the SYNOPSIS:Ingo Schwarze2017-03-075-2/+79
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-061-0/+2
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-061-2/+2
* first batch of -T markdown testsIngo Schwarze2017-03-05231-8/+3706
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-175-0/+64
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-177-12/+11
* Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze2017-02-161-1/+1
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-163-10/+26
* new regression tests for mdoc_macro.c revs. 1.211-1.215Ingo Schwarze2017-02-1113-12/+85
* remove some instances of MdocdateIngo Schwarze2017-02-082-2/+2
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-08654-0/+10739
* Move the regression suite to the attic.Ingo Schwarze2014-03-0339-722/+0
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-043-0/+48
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-121-0/+15
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-123-1/+67
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-0/+28
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-076-124/+14
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-064-0/+99
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-042-0/+37
* Documented `In' in full.Kristaps Dzonsons2010-06-041-0/+24
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-0/+22
* Macro lines now infer an `It' if they immediately follow a `Bl -column'Kristaps Dzonsons2010-05-313-0/+43
* Strengthened constraint for passing into `It'.Kristaps Dzonsons2010-05-311-0/+17
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-313-0/+39
* Add some regression tests.Kristaps Dzonsons2010-05-312-0/+36
* Tweak regression so it doesn't puke on the groff behaviour (allowingKristaps Dzonsons2010-05-301-1/+1
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-304-0/+54
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-302-0/+30
* Added a final regression for `Ar' (won't work on old groff).Kristaps Dzonsons2010-05-291-0/+10
* Adding `Ar' regression for empty-prior-closing-punctuation checkin.Kristaps Dzonsons2010-05-291-0/+17
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-294-6/+73
* Documented `Ud'.Kristaps Dzonsons2010-05-262-0/+22
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-264-0/+74
* Forgot to add regression tests.Kristaps Dzonsons2010-05-251-0/+20
* Add a basic regression test for .Bl -bullet and the various interactionsJoerg Sonnenberger2010-05-161-0/+64