diff options
author | Case Duckworth | 2023-07-16 23:37:39 -0500 |
---|---|---|
committer | Case Duckworth | 2023-07-16 23:37:39 -0500 |
commit | 9f420b53597e4780d93744f32ef8bcef9ccfa24a (patch) | |
tree | 968abe8b9858452fd88b7c86ed8b6908f0bc6a71 /test | |
parent | First working version (diff) | |
download | boudin-9f420b53597e4780d93744f32ef8bcef9ccfa24a.tar.gz boudin-9f420b53597e4780d93744f32ef8bcef9ccfa24a.zip |
Move tests to test/
Diffstat (limited to 'test')
-rw-r--r-- | test/test.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/test.html b/test/test.html new file mode 100644 index 0000000..c78e868 --- /dev/null +++ b/test/test.html | |||
@@ -0,0 +1,19 @@ | |||
1 | <!-- | ||
2 | title: foo bar | ||
3 | subtitle: uhhh: the thing | ||
4 | --> | ||
5 | |||
6 | <h1>some html</h1> | ||
7 | <h2>(without p tags)</h2> | ||
8 | |||
9 | Here is a test paragraph. <a href="#">example link</a>. | ||
10 | |||
11 | Here's another. I wonder if it'll just do the thing .. or whatever. Maybe I | ||
12 | should try to make it multiple lines, as well. | ||
13 | |||
14 | <ul class="again!"> | ||
15 | <li> | ||
16 | one plus two is #(+ 1 2). | ||
17 | </li> | ||
18 | <li>two</li> | ||
19 | </ul> | ||