From 0968c20d4d40bcad448785671ce2adaecee53c69 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Tue, 21 Jun 2022 22:32:52 +0100 Subject: [PATCH] Add testing directory This directory provides a place to test the programs functionality. TODO: Add the dst directory contents to .gitignore to ensure it stays empty --- Testing/src/dir1/html.html | 11 +++++++++++ Testing/src/dir1/index.md | 4 ++++ Testing/src/html.html | 11 +++++++++++ Testing/src/index.md | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 Testing/src/dir1/html.html create mode 100644 Testing/src/dir1/index.md create mode 100644 Testing/src/html.html create mode 100644 Testing/src/index.md diff --git a/Testing/src/dir1/html.html b/Testing/src/dir1/html.html new file mode 100644 index 0000000..f8ce82e --- /dev/null +++ b/Testing/src/dir1/html.html @@ -0,0 +1,11 @@ + + + + + + TEST + + + body + + diff --git a/Testing/src/dir1/index.md b/Testing/src/dir1/index.md new file mode 100644 index 0000000..4afc140 --- /dev/null +++ b/Testing/src/dir1/index.md @@ -0,0 +1,4 @@ +# This is a markdown file + +This file is designed as a simple test to ensure that things are working +the way I intend them to. diff --git a/Testing/src/html.html b/Testing/src/html.html new file mode 100644 index 0000000..f8ce82e --- /dev/null +++ b/Testing/src/html.html @@ -0,0 +1,11 @@ + + + + + + TEST + + + body + + diff --git a/Testing/src/index.md b/Testing/src/index.md new file mode 100644 index 0000000..4afc140 --- /dev/null +++ b/Testing/src/index.md @@ -0,0 +1,4 @@ +# This is a markdown file + +This file is designed as a simple test to ensure that things are working +the way I intend them to.