From 9f420b53597e4780d93744f32ef8bcef9ccfa24a Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Sun, 16 Jul 2023 23:37:39 -0500
Subject: Move tests to test/
---
test.html | 19 -------------------
test/test.html | 19 +++++++++++++++++++
2 files changed, 19 insertions(+), 19 deletions(-)
delete mode 100644 test.html
create mode 100644 test/test.html
diff --git a/test.html b/test.html
deleted file mode 100644
index 6348f0a..0000000
--- a/test.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
some html
-(without p tags)
-
-Here is a test paragraph. example link.
-
-Here's another. I wonder if it'll just do the thing .. or whatever. Maybe I
-should try to make it multiple lines, as well.
-
-
- -
- one plus two is #(+ 1 2).
-
- - two
-
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 @@
+
+
+some html
+(without p tags)
+
+Here is a test paragraph. example link.
+
+Here's another. I wonder if it'll just do the thing .. or whatever. Maybe I
+should try to make it multiple lines, as well.
+
+
+ -
+ one plus two is #(+ 1 2).
+
+ - two
+
--
cgit 1.4.1-21-gabe81