From 8774d08001dbd54f0f505e8adbf84e9f7e212b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Baumg=C3=A4rtner?= Date: Fri, 10 Nov 2023 11:02:24 +0100 Subject: [PATCH] adjust expected files with div wrap for tables --- src/test/suite/fixtures/expected/issues.html | 76 ++++---- .../fixtures/expected/scoped/tables.html | 170 +++++++++--------- src/test/suite/fixtures/expected/test.html | 40 +++-- 3 files changed, 151 insertions(+), 135 deletions(-) diff --git a/src/test/suite/fixtures/expected/issues.html b/src/test/suite/fixtures/expected/issues.html index 1e8ec51..c24155f 100644 --- a/src/test/suite/fixtures/expected/issues.html +++ b/src/test/suite/fixtures/expected/issues.html @@ -15,18 +15,20 @@

Issues

Table without heading

Table without heading

- - - - - - - - - - - -
testtest
simple tabletwo
+
+ + + + + + + + + + + +
testtest
simple tabletwo
+
#6: Intenting @@ -192,30 +194,32 @@

Issues

#38 Preview is not working using links inside a table
- - - - - - - - - - - - - - - - - - - - - - - -
heading 1heading 2heading 3
cell A1cell A2cell A3
cell B1cell B2cell B3
examplegooglevscode
+
+ + + + + + + + + + + + + + + + + + + + + + + +
heading 1heading 2heading 3
cell A1cell A2cell A3
cell B1cell B2cell B3
examplegooglevscode
+
#39 Local image preview diff --git a/src/test/suite/fixtures/expected/scoped/tables.html b/src/test/suite/fixtures/expected/scoped/tables.html index b00ac32..91698d7 100644 --- a/src/test/suite/fixtures/expected/scoped/tables.html +++ b/src/test/suite/fixtures/expected/scoped/tables.html @@ -1,86 +1,96 @@

Tables

Column heading

- - - - - - - - - - - - - - - -
header c1header c2
data 1.1data 1.2
data 2.1data 2.2
+
+ + + + + + + + + + + + + + + +
header c1header c2
data 1.1data 1.2
data 2.1data 2.2
+

Row heading

- - - - - - - - - - - - - - - - - - -
header r1data 1.1data 1.2
header r2data 2.1data 2.2
header r3data 3.1data 3.2
+
+ + + + + + + + + + + + + + + + + + +
header r1data 1.1data 1.2
header r2data 2.1data 2.2
header r3data 3.1data 3.2
+

Column and row heading

- - - - - - - - - - - - - - - - - - -
header c1header c2
header r1data 1.1data 1.2
header r2data 2.1data 2.2
+
+ + + + + + + + + + + + + + + + + + +
header c1header c2
header r1data 1.1data 1.2
header r2data 2.1data 2.2
+

Without heading

- - - - - - - - - - - -
data 1.1data 1.2
data 2.1data 2.2
+
+ + + + + + + + + + + +
data 1.1data 1.2
data 2.1data 2.2
+

Table with nested macros (not supported yet)

- - - - - - - - - - - -
Heading 1Heading 2
- Item 1
Item 2
* Item 3 -
# Item 1
# Item 2
# Item 3
+
+ + + + + + + + + + + +
Heading 1Heading 2
+ Item 1
Item 2
* Item 3 +
# Item 1
# Item 2
# Item 3
+
diff --git a/src/test/suite/fixtures/expected/test.html b/src/test/suite/fixtures/expected/test.html index ad993b0..27d6131 100644 --- a/src/test/suite/fixtures/expected/test.html +++ b/src/test/suite/fixtures/expected/test.html @@ -180,25 +180,27 @@

lists:

table:

- - - - - - - - - - - - - - - - - - -
heading 1heading 2heading 3
cell A1cell A2cell A3
cell B1cell B2cell B3
+
+ + + + + + + + + + + + + + + + + + +
heading 1heading 2heading 3
cell A1cell A2cell A3
cell B1cell B2cell B3
+

code: