Thanks for the patch Simon, I've committed it to the trunk:

http://code.google.com/p/asciidoc/source/detail?r=4d7c8779a6b4d1533a8711813ef96c10b5ed2de6


Cheers, Stuart


On 10/08/11 21:10, Simon Ruderich wrote:
On Tue, Aug 09, 2011 at 05:03:01PM +1200, Stuart Rackham wrote:
Thanks for spotting the bug Will. It was quite tricky, vertically spanned
cells where not being taken into account when the column styles were
applied. I think I've fixed it:

http://code.google.com/p/asciidoc/source/detail?r=cdfc037bf4d0df50f3891c0235d0d43302e32bf8

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::[]
-

--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to