summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorCase Duckworth2023-07-16 23:37:39 -0500
committerCase Duckworth2023-07-16 23:37:39 -0500
commit9f420b53597e4780d93744f32ef8bcef9ccfa24a (patch)
tree968abe8b9858452fd88b7c86ed8b6908f0bc6a71 /test
parentFirst working version (diff)
downloadboudin-9f420b53597e4780d93744f32ef8bcef9ccfa24a.tar.gz
boudin-9f420b53597e4780d93744f32ef8bcef9ccfa24a.zip
Move tests to test/
Diffstat (limited to 'test')
-rw-r--r--test/test.html19
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
9Here is a test paragraph. <a href="#">example link</a>.
10
11Here's another. I wonder if it'll just do the thing .. or whatever. Maybe I
12should 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>