http://code.google.com/p/asciidoc/source/detail?r=cdfc037bf4d0df50f3891c0235d0d43302e32bf8
Cheers, Stuart
Hi,
This patch adds Will's example as test case.
Regards,
Simon
---
tests/data/testcases.txt | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/tests/data/testcases.txt b/tests/data/testcases.txt
index f30dac8..83c46b8 100644
--- a/tests/data/testcases.txt
+++ b/tests/data/testcases.txt
@@ -596,6 +596,16 @@ hard + 1min really hard taking the HR up to 160).
- Replacement from `testcases.conf` configuration file: test-replacement
|====
+== Table column specifiers with merged cells
+
+[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 +760,3 @@ endif::[]
ifeval::[not ({rs458}==2)]
This will not be processed.
endif::[]
-
--
1.7.6
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
http://code.google.com/p/asciidoc/source/detail?r=4d7c8779a6b4d1533a8711813ef96c10b5ed2de6
Cheers, Stuart