Skip to content

Commit 9e47fbc

Browse files
committed
[TASK] Add skipped test for grid table with list
references #955 releases: main, 1.0
1 parent fb690b3 commit 9e47fbc

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
<!-- content start -->
3+
<div class="section" id="table">
4+
<h1>table</h1>
5+
<table>
6+
<tbody>
7+
<tr>
8+
<td><strong>Paragraphs</strong></td>
9+
<td><p>Paragraph 1</p>
10+
<p>Paragraph 2</p></td>
11+
</tr>
12+
<tr>
13+
<td><strong>Lists</strong></td>
14+
<td><p>See the list</p>
15+
<ul>
16+
<li>Item 1</li>
17+
<li>Item 2</li>
18+
</ul>
19+
<p>A paragraph</p></td>
20+
</tr>
21+
</tbody>
22+
</table>
23+
</div>
24+
<!-- content end -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
table
2+
=====
3+
4+
+----------------------+----------------+
5+
|**Paragraphs** |Paragraph 1 |
6+
| | |
7+
| |Paragraph 2 |
8+
+----------------------+----------------+
9+
|**Lists** |See the list |
10+
| | |
11+
| |* Item 1 |
12+
| |* Item 2 |
13+
| | |
14+
| | A paragraph |
15+
+----------------------+----------------+

tests/Integration/tests/tables/grid-table-with-list/input/skip

Whitespace-only changes.

0 commit comments

Comments
 (0)