summaryrefslogtreecommitdiff
path: root/tests/tables.man
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-06-06 21:27:46 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-06-06 21:27:46 +0000
commita0da2816bda209dec2d701f90abcda57944d7ad3 (patch)
tree03a7a7acb11e14fe0f48de50808b9f1b73e6c5a9 /tests/tables.man
parent314c33258122c9d03eb4f6e805df56a71a1c2b47 (diff)
Man writer: break lines at end of each sentence.
groff expects this and treats . and ? differently when followed by line ending as opposed to ordinary space. Also, don't escape periods. Instead, use zero-width character \& to avoid unwanted interpretation of periods at start of line. Resolves Issue #148. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1580 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.man')
-rw-r--r--tests/tables.man24
1 files changed, 13 insertions, 11 deletions
diff --git a/tests/tables.man b/tests/tables.man
index d9f214c93..019fa3d83 100644
--- a/tests/tables.man
+++ b/tests/tables.man
@@ -1,7 +1,7 @@
.PP
Simple table with caption:
.PP
-Demonstration of simple table syntax\.
+Demonstration of simple table syntax.
.TS
tab(@);
rw(10.50n) lw(6.13n) cw(11.38n) lw(8.75n).
@@ -90,7 +90,7 @@ T}
.PP
Simple table indented two spaces:
.PP
-Demonstration of simple table syntax\.
+Demonstration of simple table syntax.
.TS
tab(@);
rw(10.50n) lw(6.13n) cw(11.38n) lw(8.75n).
@@ -135,7 +135,7 @@ T}
.PP
Multiline table with caption:
.PP
-Here\[aq]s the caption\. It may span multiple lines\.
+Here\[aq]s the caption. It may span multiple lines.
.TS
tab(@);
cw(10.50n) lw(9.63n) rw(11.38n) lw(23.63n).
@@ -154,18 +154,19 @@ First
T}@T{
row
T}@T{
-12\.0
+12.0
T}@T{
-Example of a row that spans multiple lines\.
+Example of a row that spans multiple lines.
T}
T{
Second
T}@T{
row
T}@T{
-5\.0
+5.0
T}@T{
-Here\[aq]s another one\. Note the blank line between rows\.
+Here\[aq]s another one.
+Note the blank line between rows.
T}
.TE
.PP
@@ -189,17 +190,18 @@ First
T}@T{
row
T}@T{
-12\.0
+12.0
T}@T{
-Example of a row that spans multiple lines\.
+Example of a row that spans multiple lines.
T}
T{
Second
T}@T{
row
T}@T{
-5\.0
+5.0
T}@T{
-Here\[aq]s another one\. Note the blank line between rows\.
+Here\[aq]s another one.
+Note the blank line between rows.
T}
.TE