Skip to content

Commit c6b0ec1

Browse files
committed
- Use smaller sample data files
1 parent d0d007c commit c6b0ec1

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

sample_data/sample_html.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<html lang="en">
2+
<head>
3+
<title>Sample HTML Document</title>
4+
</head>
5+
<body>
6+
<h1>This is a title</h1>
7+
<p>This is some text</p>
8+
<table>
9+
<tr>
10+
<td>Row 1, Cell 1</td>
11+
<td>Row 1, Cell 2</td>
12+
</tr>
13+
<tr>
14+
<td>Row 2, Cell 1</td>
15+
<td>Row 2, Cell 2</td>
16+
</tr>
17+
</table>
18+
</body>
19+
</html>

sample_data/sample_json.json

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)