From dda486a412b31acbf767087c748a62ccc6b510b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=A4rber?= <01mf02@gmail.com> Date: Thu, 23 Jan 2025 13:08:48 +0100 Subject: HTML tables (#5666) --- tests/ref/html/basic-table.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/ref/html/basic-table.html (limited to 'tests/ref/html/basic-table.html') diff --git a/tests/ref/html/basic-table.html b/tests/ref/html/basic-table.html new file mode 100644 index 00000000..6ba1864e --- /dev/null +++ b/tests/ref/html/basic-table.html @@ -0,0 +1,35 @@ + + +
+ + + + +| The | first | and | +
|---|---|---|
| the | second | row | +
| Foo | Baz | Bar | +
| 1 | 2 | +|
| 3 | 4 | +|
| The | last | row | +