diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-24 14:00:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-05-24 14:00:39 +0000 |
commit | fe48fc74f1ca4c34565410df711ceebd198fd253 (patch) | |
tree | 445e196988cb0e2fd9a98ecbbbc737ddd853172b /TODO | |
parent | a42b2c9b8a6b7dd51307bb2619512a0864572022 (diff) | |
download | mandoc-fe48fc74f1ca4c34565410df711ceebd198fd253.tar.gz |
Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due to
the `\}' not being directly after the `.br'. Now we check for `\}' in
arbitrary parts of the line, and account for if it's escaped in funny
ways.
This behaviour diverges somewhat from groff in that the text at and
following the `\}' is lost, while groff keeps it (sort-of). I'll add a
COMPATIBILITY note to this effect.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,12 +10,6 @@ - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 -- 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 - ************************************************************************ * formatter bugs ************************************************************************ |