summaryrefslogtreecommitdiffstats
path: root/t/fmt/man/dots1.man
diff options
context:
space:
mode:
Diffstat (limited to 't/fmt/man/dots1.man')
-rw-r--r--t/fmt/man/dots1.man31
1 files changed, 31 insertions, 0 deletions
diff --git a/t/fmt/man/dots1.man b/t/fmt/man/dots1.man
new file mode 100644
index 0000000..8d1ab1c
--- /dev/null
+++ b/t/fmt/man/dots1.man
@@ -0,0 +1,31 @@
+.TH test 1 test test
+.SH FOO
+
+.\" There is no problem here
+.IR 'foo1
+.IR .foo1
+
+\fI'foo2\fP
+\fI.foo2\fP
+
+.\" bug in a groff page:
+.br
+\fI.foo3\fP
+
+.br
+\fI'foo3\fP
+
+.\" This is correct:
+.br
+\fI\&.foo4\fP
+
+.br
+\fI\&'foo4\fP
+
+.\" po4a should not generate such a buggy page. It should add a \&
+.br
+.I .foo5
+
+.br
+.I 'foo5
+