aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
Commit message (Collapse)AuthorAgeFilesLines
* Test .SH with only empty paragraph. Don't test .IP without body.Joerg Sonnenberger2010-05-221-0/+3
|
* Multiple empty .PPs don't add a vspace eitherJoerg Sonnenberger2010-05-171-0/+3
|
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-1713-0/+67
|
* Tests for sane and insane handling of lines before and after .SH/.SSJoerg Sonnenberger2010-05-172-0/+23
|
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-1723-29/+210
| | | | | Added test files for ie/el. Using `if 0' as a baseline for "false" roff instructions instead of `if t'.
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-172-0/+33
| | | | | | | | | | conditional-negative context so as to preserve structural integrity. Initial "rules" (deny/allow) are now inherited for future work in evaluating conditionals. Lint-fix noted by Joerg. Added regression tests for zany constructs.
* Add a test case for nesting of .RS/.REJoerg Sonnenberger2010-05-161-0/+16
|
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-168-0/+97
| | | | | | | | | | | | | | | | | | .ig ig asdf .ig fdsa .. or .ig if asdf .if n \ foo for a laugh. It all works. Lots of regression tests supporting this and documentation for the same.
* Add a basic regression test for .Bl -bullet and the various interactionsJoerg Sonnenberger2010-05-161-0/+64
| | | | with .Bd.
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-168-0/+98
| | | | | Check against some strange `.if' constructs I missed. Added initial roff.7 manual.
* Fully skip first and last line for the purpose of cmp.Joerg Sonnenberger2010-05-161-3/+6
|
* Skip first line when comparing output.Joerg Sonnenberger2010-05-161-1/+3
|
* mandoc should be a variable.Kristaps Dzonsons2010-05-161-2/+2
| | | | Consensus is on using a *.in for regression tests (symmetry-broken by Ingo).
* Remove temp files on success.Joerg Sonnenberger2010-05-161-0/+1
|
* Add a basic regression testing script.Joerg Sonnenberger2010-05-161-0/+39
|
* Deprecated old regression tests.Kristaps Dzonsons2009-03-1669-611/+0
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-2/+2
| | | | | Added -V option. Deprecated README files.
* Added another regression test.Kristaps Dzonsons2009-03-051-0/+8
|
* Added argv regression tests.Kristaps Dzonsons2009-03-052-0/+15
| | | | Table-ised argument flags in argv.c.
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-022-0/+49
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-0/+11
|
* Added more character-escape regressions.Kristaps Dzonsons2009-02-273-0/+68
|
* Added character-encoding checks.Kristaps Dzonsons2009-02-245-0/+91
|
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-246-2/+102
|
* Finished proper parsing of -column macros.Kristaps Dzonsons2009-01-221-0/+12
|
* More list tests.Kristaps Dzonsons2009-01-226-0/+60
|
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-2127-7/+105
|
* Added regression tests (just for prologue, for now).Kristaps Dzonsons2009-01-2026-0/+99
Minor fixes in parsing prologue.