aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-04 12:56:30 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-04 12:56:30 +0100
commit18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc (patch)
tree05f4e9024093e233c131b3494e71265062ffd94a /tests/tables.man
parent8418c1a7d7e5312dfddbc011adb257552b2a864b (diff)
downloadpandoc-18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc.tar.gz
Moved tests/ -> test/.
Diffstat (limited to 'tests/tables.man')
-rw-r--r--tests/tables.man267
1 files changed, 0 insertions, 267 deletions
diff --git a/tests/tables.man b/tests/tables.man
deleted file mode 100644
index dd6a3cce9..000000000
--- a/tests/tables.man
+++ /dev/null
@@ -1,267 +0,0 @@
-.PP
-Simple table with caption:
-.PP
-Demonstration of simple table syntax.
-.TS
-tab(@);
-r l c l.
-T{
-Right
-T}@T{
-Left
-T}@T{
-Center
-T}@T{
-Default
-T}
-_
-T{
-12
-T}@T{
-12
-T}@T{
-12
-T}@T{
-12
-T}
-T{
-123
-T}@T{
-123
-T}@T{
-123
-T}@T{
-123
-T}
-T{
-1
-T}@T{
-1
-T}@T{
-1
-T}@T{
-1
-T}
-.TE
-.PP
-Simple table without caption:
-.PP
-.TS
-tab(@);
-r l c l.
-T{
-Right
-T}@T{
-Left
-T}@T{
-Center
-T}@T{
-Default
-T}
-_
-T{
-12
-T}@T{
-12
-T}@T{
-12
-T}@T{
-12
-T}
-T{
-123
-T}@T{
-123
-T}@T{
-123
-T}@T{
-123
-T}
-T{
-1
-T}@T{
-1
-T}@T{
-1
-T}@T{
-1
-T}
-.TE
-.PP
-Simple table indented two spaces:
-.PP
-Demonstration of simple table syntax.
-.TS
-tab(@);
-r l c l.
-T{
-Right
-T}@T{
-Left
-T}@T{
-Center
-T}@T{
-Default
-T}
-_
-T{
-12
-T}@T{
-12
-T}@T{
-12
-T}@T{
-12
-T}
-T{
-123
-T}@T{
-123
-T}@T{
-123
-T}@T{
-123
-T}
-T{
-1
-T}@T{
-1
-T}@T{
-1
-T}@T{
-1
-T}
-.TE
-.PP
-Multiline table with caption:
-.PP
-Here's the caption. It may span multiple lines.
-.TS
-tab(@);
-cw(10.5n) lw(9.6n) rw(11.4n) lw(23.6n).
-T{
-Centered Header
-T}@T{
-Left Aligned
-T}@T{
-Right Aligned
-T}@T{
-Default aligned
-T}
-_
-T{
-First
-T}@T{
-row
-T}@T{
-12.0
-T}@T{
-Example of a row that spans multiple lines.
-T}
-T{
-Second
-T}@T{
-row
-T}@T{
-5.0
-T}@T{
-Here's another one.
-Note the blank line between rows.
-T}
-.TE
-.PP
-Multiline table without caption:
-.PP
-.TS
-tab(@);
-cw(10.5n) lw(9.6n) rw(11.4n) lw(23.6n).
-T{
-Centered Header
-T}@T{
-Left Aligned
-T}@T{
-Right Aligned
-T}@T{
-Default aligned
-T}
-_
-T{
-First
-T}@T{
-row
-T}@T{
-12.0
-T}@T{
-Example of a row that spans multiple lines.
-T}
-T{
-Second
-T}@T{
-row
-T}@T{
-5.0
-T}@T{
-Here's another one.
-Note the blank line between rows.
-T}
-.TE
-.PP
-Table without column headers:
-.PP
-.TS
-tab(@);
-r l c r.
-T{
-12
-T}@T{
-12
-T}@T{
-12
-T}@T{
-12
-T}
-T{
-123
-T}@T{
-123
-T}@T{
-123
-T}@T{
-123
-T}
-T{
-1
-T}@T{
-1
-T}@T{
-1
-T}@T{
-1
-T}
-.TE
-.PP
-Multiline table without column headers:
-.PP
-.TS
-tab(@);
-cw(10.5n) lw(9.6n) rw(11.4n) lw(23.6n).
-T{
-First
-T}@T{
-row
-T}@T{
-12.0
-T}@T{
-Example of a row that spans multiple lines.
-T}
-T{
-Second
-T}@T{
-row
-T}@T{
-5.0
-T}@T{
-Here's another one.
-Note the blank line between rows.
-T}
-.TE