summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-08-11 11:57:29 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-08-11 11:57:29 +1200
commit5be710d92db5bed1474314b8086346382a2d9a8d (patch)
tree2ec83a91ac305d47bf63d295add497a835149175
parent047bd3e30afe1d548bdfd5bc127a72442b4645cc (diff)
downloadasciidoc-5be710d92db5bed1474314b8086346382a2d9a8d.tar.gz
Unit test for 'Table column specifiers with merged cells '. Patch submitted by
Simon Ruderich. See: http://groups.google.com/group/asciidoc/browse_thread/thread/c9238380a1f2507a
-rw-r--r--tests/data/testcases.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/data/testcases.txt b/tests/data/testcases.txt
index f30dac8..cf098f4 100644
--- a/tests/data/testcases.txt
+++ b/tests/data/testcases.txt
@@ -596,6 +596,18 @@ hard + 1min really hard taking the HR up to 160).
- Replacement from `testcases.conf` configuration file: test-replacement
|====
+== Table column specifiers with merged cells
+See
+http://groups.google.com/group/asciidoc/browse_thread/thread/c9238380a1f2507a
+
+[cols="<1m,>1,^1s, ^1e"]
+|============================================
+ .2+| .2+|1- A 2+|2- B
+ |i- a |ii- b
+ |Values 1 |v1 |v2 |v3
+ |Values 2 |v4 |v5 |v6
+|============================================
+
Floating tables and images
--------------------------
.Simple table
@@ -750,4 +762,3 @@ endif::[]
ifeval::[not ({rs458}==2)]
This will not be processed.
endif::[]
-