Skip to content

Commit 454b8a5

Browse files
committed
Fix tests (unrelated, but it doesn't matter much)
1 parent 531cced commit 454b8a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/fixtures/expected/blocks/nodes/tables.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</table>
2525
</div>
2626

27+
<div class="table-wrapper">
2728
<table>
2829
<thead>
2930
<tr>
@@ -42,7 +43,9 @@
4243
</tr>
4344
</tbody>
4445
</table>
46+
</div>
4547

48+
<div class="table-wrapper">
4649
<table>
4750
<thead>
4851
<tr>
@@ -61,6 +64,7 @@
6164
</tr>
6265
</tbody>
6366
</table>
67+
</div>
6468

6569
<p>Simple table headless:</p>
6670

@@ -81,6 +85,7 @@
8185
</table>
8286
</div>
8387

88+
<div class="table-wrapper">
8489
<table>
8590
<tbody>
8691
<tr>
@@ -93,6 +98,7 @@
9398
</tr>
9499
</tbody>
95100
</table>
101+
</div>
96102

97103
<p>Grid table:</p>
98104

0 commit comments

Comments
 (0)