From 1ead1f39ad71086253ff6cb30d4462be642b4901 Mon Sep 17 00:00:00 2001 From: mb21 Date: Thu, 19 Nov 2015 15:57:24 +0100 Subject: ICML writer: intersperse line breaks instead of appending them to every ParagraphStyleRange closes #2501 --- tests/tables.icml | 221 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 115 insertions(+), 106 deletions(-) (limited to 'tests/tables.icml') diff --git a/tests/tables.icml b/tests/tables.icml index edb022737..8ce645a2f 100644 --- a/tests/tables.icml +++ b/tests/tables.icml @@ -1,8 +1,9 @@ Simple table with caption: -
+
+
@@ -12,125 +13,127 @@ Right -
+
Left -
+
Center -
+
Default -
+
12 -
+
12 -
+
12 -
+
12 -
+
123 -
+
123 -
+
123 -
+
123 -
+
1 -
+
1 -
+
1 -
+
1 -
+
Demonstration of simple table syntax. -
+
+
Simple table without caption: -
+
+
@@ -140,123 +143,124 @@ Right -
+
Left -
+
Center -
+
Default -
+
12 -
+
12 -
+
12 -
+
12 -
+
123 -
+
123 -
+
123 -
+
123 -
+
1 -
+
1 -
+
1 -
+
1 -
+
-
+
Simple table indented two spaces: -
+
+
@@ -266,125 +270,127 @@ Right -
+
Left -
+
Center -
+
Default -
+
12 -
+
12 -
+
12 -
+
12 -
+
123 -
+
123 -
+
123 -
+
123 -
+
1 -
+
1 -
+
1 -
+
1 -
+
Demonstration of simple table syntax. -
+
+
Multiline table with caption: -
+
+
@@ -394,97 +400,99 @@ Centered Header -
+
Left Aligned -
+
Right Aligned -
+
Default aligned -
+
First -
+
row -
+
12.0 -
+
Example of a row that spans multiple lines. -
+
Second -
+
row -
+
5.0 -
+
Here's another one. Note the blank line between rows. -
+
Here's the caption. It may span multiple lines. -
+
+
Multiline table without caption: -
+
+
@@ -494,95 +502,96 @@ Centered Header -
+
Left Aligned -
+
Right Aligned -
+
Default aligned -
+
First -
+
row -
+
12.0 -
+
Example of a row that spans multiple lines. -
+
Second -
+
row -
+
5.0 -
+
Here's another one. Note the blank line between rows. -
+
-
+
Table without column headers: -
+
+
@@ -592,95 +601,96 @@ 12 -
+
12 -
+
12 -
+
12 -
+
123 -
+
123 -
+
123 -
+
123 -
+
1 -
+
1 -
+
1 -
+
1 -
+
-
+
Multiline table without column headers: -
+
+
@@ -690,59 +700,58 @@ First -
+
row -
+
12.0 -
+
Example of a row that spans multiple lines. -
+
Second -
+
row -
+
5.0 -
+
Here's another one. Note the blank line between rows. -
+
-
\ No newline at end of file -- cgit v1.2.3