summaryrefslogtreecommitdiffstats
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-01 11:47:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-01 11:47:28 +0000
commit6a326e77cc468375313c05cf8a009161f948d63f (patch)
tree0f4d87e6df20142cf74216135af57ee401db1133 /chars.in
parent3ad34d6afa6592e12f7e699004c65131586f0630 (diff)
downloadmandoc-6a326e77cc468375313c05cf8a009161f948d63f.tar.gz
Fixed condition of `\}' closing a conditional at the start of the line.
Fixed flushed-out condition of \} causing subsequent arguments to be truncated, when in fact the whole line should be passed through (if the conditional succeeds) to the front-end and the \} ignored there. Added regression test of this behaviour.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/chars.in b/chars.in
index 14b80de7..8baed4f6 100644
--- a/chars.in
+++ b/chars.in
@@ -44,6 +44,7 @@ CHAR("%", 1, "", 0, "", 0)
CHAR("&", 1, "", 0, "", 0)
CHAR("^", 1, "", 0, "", 0)
CHAR("|", 1, "", 0, "", 0)
+CHAR("}", 1, "", 0, "", 0)
/* Accents. */
CHAR("a\"", 2, "\"", 1, "&#779;", 6)