From 5be710d92db5bed1474314b8086346382a2d9a8d Mon Sep 17 00:00:00 2001 From: Stuart Rackham Date: Thu, 11 Aug 2011 11:57:29 +1200 Subject: 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 --- tests/data/testcases.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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::[] - -- cgit v1.2.1