From 240f238eee4d6dfce7e3c4cabb9315ad052ca230 Mon Sep 17 00:00:00 2001
From: PgBiel <9021226+PgBiel@users.noreply.github.com>
Date: Sun, 23 Feb 2025 08:26:14 -0300
Subject: Fix HTML export of table with gutter (#5920)
---
tests/ref/html/col-gutter-table.html | 26 ++++++++++++++++++++++++++
tests/ref/html/col-row-gutter-table.html | 26 ++++++++++++++++++++++++++
tests/ref/html/row-gutter-table.html | 26 ++++++++++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 tests/ref/html/col-gutter-table.html
create mode 100644 tests/ref/html/col-row-gutter-table.html
create mode 100644 tests/ref/html/row-gutter-table.html
(limited to 'tests/ref/html')
diff --git a/tests/ref/html/col-gutter-table.html b/tests/ref/html/col-gutter-table.html
new file mode 100644
index 00000000..54170f53
--- /dev/null
+++ b/tests/ref/html/col-gutter-table.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+ | a |
+ b |
+ c |
+
+
+ | d |
+ e |
+ f |
+
+
+ | g |
+ h |
+ i |
+
+
+
+
diff --git a/tests/ref/html/col-row-gutter-table.html b/tests/ref/html/col-row-gutter-table.html
new file mode 100644
index 00000000..54170f53
--- /dev/null
+++ b/tests/ref/html/col-row-gutter-table.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+ | a |
+ b |
+ c |
+
+
+ | d |
+ e |
+ f |
+
+
+ | g |
+ h |
+ i |
+
+
+
+
diff --git a/tests/ref/html/row-gutter-table.html b/tests/ref/html/row-gutter-table.html
new file mode 100644
index 00000000..54170f53
--- /dev/null
+++ b/tests/ref/html/row-gutter-table.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+ | a |
+ b |
+ c |
+
+
+ | d |
+ e |
+ f |
+
+
+ | g |
+ h |
+ i |
+
+
+
+
--
cgit v1.2.3