Skip to content

Commit d8c09c1

Browse files
committed
add tests
1 parent cbcda26 commit d8c09c1

25 files changed

+374
-1
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>abc</th>
5+
<th>def</th>
6+
</tr>
7+
</thead>
8+
<tbody>
9+
<tr>
10+
<td>bar</td>
11+
<td>foo</td>
12+
</tr>
13+
<tr>
14+
<td>baz</td>
15+
<td>boo</td>
16+
</tr>
17+
</tbody>
18+
</table>
19+
<blockquote><p>a blockquote</p></blockquote>
20+
<table>
21+
<thead>
22+
<tr>
23+
<th>abc</th>
24+
<th>def</th>
25+
</tr>
26+
</thead>
27+
<tbody>
28+
<tr>
29+
<td>bar</td>
30+
<td>foo</td>
31+
</tr>
32+
<tr>
33+
<td>baz</td>
34+
<td>boo</td>
35+
</tr>
36+
</tbody>
37+
</table>
38+
<blockquote><p>a blockquote</p></blockquote>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
abc | def
2+
--- | ---
3+
bar | foo
4+
baz | boo
5+
> a blockquote
6+
7+
abc | def
8+
--- | ---
9+
bar | foo
10+
baz | boo
11+
> a blockquote
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>abc</th>
5+
<th>def</th>
6+
</tr>
7+
</thead>
8+
<tbody>
9+
<tr>
10+
<td>bar</td>
11+
<td>foo</td>
12+
</tr>
13+
<tr>
14+
<td>baz</td>
15+
<td>boo</td>
16+
</tr>
17+
</tbody>
18+
</table>
19+
<blockquote><p>a blockquote</p></blockquote>
20+
<table>
21+
<thead>
22+
<tr>
23+
<th>abc</th>
24+
<th>def</th>
25+
</tr>
26+
</thead>
27+
<tbody>
28+
<tr>
29+
<td>bar</td>
30+
<td>foo</td>
31+
</tr>
32+
<tr>
33+
<td>baz</td>
34+
<td>boo</td>
35+
</tr>
36+
</tbody>
37+
</table>
38+
<blockquote><p>a blockquote</p></blockquote>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
| abc | def |
2+
| --- | --- |
3+
| bar | foo |
4+
| baz | boo |
5+
> a blockquote
6+
7+
| abc | def |
8+
| --- | --- |
9+
| bar | foo |
10+
| baz | boo |
11+
> a blockquote
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>abc</th>
5+
<th>def</th>
6+
</tr>
7+
</thead>
8+
<tbody>
9+
<tr>
10+
<td>bar</td>
11+
<td>foo</td>
12+
</tr>
13+
<tr>
14+
<td>baz</td>
15+
<td>boo</td>
16+
</tr>
17+
</tbody>
18+
</table>
19+
<pre><code>a simple
20+
*indented* code block
21+
</code></pre>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
abc | def
2+
--- | ---
3+
bar | foo
4+
baz | boo
5+
a simple
6+
*indented* code block
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>abc</th>
5+
<th>def</th>
6+
</tr>
7+
</thead>
8+
<tbody>
9+
<tr>
10+
<td>bar</td>
11+
<td>foo</td>
12+
</tr>
13+
<tr>
14+
<td>baz</td>
15+
<td>boo</td>
16+
</tr>
17+
</tbody>
18+
</table>
19+
<pre><code>foobar()</code></pre>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
abc | def
2+
--- | ---
3+
bar | foo
4+
baz | boo
5+
```
6+
foobar()
7+
```
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>abc</th>
5+
<th>def</th>
6+
</tr>
7+
</thead>
8+
<tbody>
9+
<tr>
10+
<td>bar</td>
11+
<td>foo</td>
12+
</tr>
13+
<tr>
14+
<td>baz</td>
15+
<td>boo</td>
16+
</tr>
17+
</tbody>
18+
</table>
19+
<h1 id="title">title</h1>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
abc | def
2+
--- | ---
3+
bar | foo
4+
baz | boo
5+
# title

0 commit comments

Comments
 (0)