diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-10-19 21:40:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-10-19 21:40:27 +0000 |
commit | f0ecc9da9111ec5d3a2ac40144e1a65bcfdc8956 (patch) | |
tree | dc233defa70e8911ec11e3dd9176f7eff81b50e6 | |
parent | b4a0d37b6fbc441b03390fb8bdd53dce58c24f0b (diff) | |
download | mandoc-f0ecc9da9111ec5d3a2ac40144e1a65bcfdc8956.tar.gz |
two new TODOs based on submissions by Ulrich Spoerlein
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,9 +4,22 @@ ************************************************************************ ************************************************************************ +* parser bugs +************************************************************************ + +- the roff parser doesn't tolerate additional characters between + a macro and the \} terminating a conditional block, e.g. + .if n \{ + .br \} + reported by ulrich spoerlein Tue, 19 Oct 2010 20:39:50 +0200 + +************************************************************************ * missing features ************************************************************************ +- deal with nested displays, e.g. D1 inside Bd + schwarze has an old patch somewhere and would need to brush it up + - explicit blocks with missing end macro should be implicitely closed at the end of the enclosing block, e.g. .Bl It (El) Sh reminded by stsp@ in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200 |