aboutsummaryrefslogtreecommitdiff
path: root/test/tables.ms
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-30 13:40:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-30 13:40:11 -0800
commitee7cef7624c5060fcbabba340d36671065f758e5 (patch)
tree7e6f51188aeea6854bc6ab25d2a395c687034952 /test/tables.ms
parent49286a25df24bd3bf6d5c20b47e819d83d6d8207 (diff)
downloadpandoc-ee7cef7624c5060fcbabba340d36671065f758e5.tar.gz
Update ms table tests.
Diffstat (limited to 'test/tables.ms')
-rw-r--r--test/tables.ms14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/tables.ms b/test/tables.ms
index 90662aaad..7337db25f 100644
--- a/test/tables.ms
+++ b/test/tables.ms
@@ -2,6 +2,7 @@
Simple table with caption:
.PP
Demonstration of simple table syntax.
+.na
.TS
delim(@@) tab( );
r l c l.
@@ -43,9 +44,11 @@ T} T{
1
T}
.TE
+.ad
.LP
Simple table without caption:
.PP
+.na
.TS
delim(@@) tab( );
r l c l.
@@ -87,10 +90,12 @@ T} T{
1
T}
.TE
+.ad
.LP
Simple table indented two spaces:
.PP
Demonstration of simple table syntax.
+.na
.TS
delim(@@) tab( );
r l c l.
@@ -132,10 +137,12 @@ T} T{
1
T}
.TE
+.ad
.LP
Multiline table with caption:
.PP
Here\[cq]s the caption. It may span multiple lines.
+.na
.TS
delim(@@) tab( );
cw(10.5n) lw(9.6n) rw(11.4n) lw(24.5n).
@@ -169,9 +176,11 @@ Here\[cq]s another one.
Note the blank line between rows.
T}
.TE
+.ad
.LP
Multiline table without caption:
.PP
+.na
.TS
delim(@@) tab( );
cw(10.5n) lw(9.6n) rw(11.4n) lw(24.5n).
@@ -205,9 +214,11 @@ Here\[cq]s another one.
Note the blank line between rows.
T}
.TE
+.ad
.LP
Table without column headers:
.PP
+.na
.TS
delim(@@) tab( );
r l c r.
@@ -239,9 +250,11 @@ T} T{
1
T}
.TE
+.ad
.LP
Multiline table without column headers:
.PP
+.na
.TS
delim(@@) tab( );
cw(10.5n) lw(9.6n) rw(11.4n) lw(24.5n).
@@ -265,3 +278,4 @@ Here\[cq]s another one.
Note the blank line between rows.
T}
.TE
+.ad