summary refs log tree commit diff stats
path: root/test.html
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.html
parentFirst working version (diff)
downloadboudin-9f420b53597e4780d93744f32ef8bcef9ccfa24a.tar.gz
boudin-9f420b53597e4780d93744f32ef8bcef9ccfa24a.zip
Move tests to test/
Diffstat (limited to 'test.html')
-rw-r--r--test.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/test.html b/test.html deleted file mode 100644 index 6348f0a..0000000 --- a/test.html +++ /dev/null
@@ -1,19 +0,0 @@
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>
15 <li>
16 one plus two is #(+ 1 2).
17 </li>
18 <li>two</li>
19</ul>