diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-07 19:35:47 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-07 19:35:47 +0000 |
commit | 1bc5fc0117fab9119bcf115495c006e1eff63dae (patch) | |
tree | 2999d9cc03f469306907b1f140667ce88ae2e572 /tests/tables.context | |
parent | 53d897788663ab1bb333ac854967b70acf2b20a4 (diff) | |
download | pandoc-1bc5fc0117fab9119bcf115495c006e1eff63dae.tar.gz |
Updated context tests.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1869 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.context')
-rw-r--r-- | tests/tables.context | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/tables.context b/tests/tables.context index ad9868559..20f7ceedb 100644 --- a/tests/tables.context +++ b/tests/tables.context @@ -132,3 +132,44 @@ Multiline table without caption: \NC\AR \HL \stoptable + +Table without column headers: + +\placetable[here]{none} +\starttable[|r|l|c|r|] +\HL +\NC 12 +\NC 12 +\NC 12 +\NC 12 +\NC\AR +\NC 123 +\NC 123 +\NC 123 +\NC 123 +\NC\AR +\NC 1 +\NC 1 +\NC 1 +\NC 1 +\NC\AR +\HL +\stoptable + +Multiline table without column headers: + +\placetable[here]{none} +\starttable[|cp(0.15\textwidth)|lp(0.14\textwidth)|rp(0.16\textwidth)|lp(0.34\textwidth)|] +\HL +\NC First +\NC row +\NC 12.0 +\NC Example of a row that spans multiple lines. +\NC\AR +\NC Second +\NC row +\NC 5.0 +\NC Here's another one. Note the blank line between rows. +\NC\AR +\HL +\stoptable |