summaryrefslogtreecommitdiffstats
path: root/test/fixtures/test0
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/test0')
-rw-r--r--test/fixtures/test0/GLOSSARY.md6
-rw-r--r--test/fixtures/test0/README.md3
-rw-r--r--test/fixtures/test0/SUMMARY.md1
-rw-r--r--test/fixtures/test0/book.json3
-rw-r--r--test/fixtures/test0/styles/website.css3
5 files changed, 0 insertions, 16 deletions
diff --git a/test/fixtures/test0/GLOSSARY.md b/test/fixtures/test0/GLOSSARY.md
deleted file mode 100644
index ad07f86..0000000
--- a/test/fixtures/test0/GLOSSARY.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Glossary
-
-## Description
-
-This is the dexcription of a description.
-
diff --git a/test/fixtures/test0/README.md b/test/fixtures/test0/README.md
deleted file mode 100644
index a2fdfea..0000000
--- a/test/fixtures/test0/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Other Title
-
-This is a description, it's simple, no ?
diff --git a/test/fixtures/test0/SUMMARY.md b/test/fixtures/test0/SUMMARY.md
deleted file mode 100644
index 27870e5..0000000
--- a/test/fixtures/test0/SUMMARY.md
+++ /dev/null
@@ -1 +0,0 @@
-# Summary \ No newline at end of file
diff --git a/test/fixtures/test0/book.json b/test/fixtures/test0/book.json
deleted file mode 100644
index 41faa63..0000000
--- a/test/fixtures/test0/book.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "title": "Test"
-} \ No newline at end of file
diff --git a/test/fixtures/test0/styles/website.css b/test/fixtures/test0/styles/website.css
deleted file mode 100644
index 5c5e887..0000000
--- a/test/fixtures/test0/styles/website.css
+++ /dev/null
@@ -1,3 +0,0 @@
-body {
- background: red;
-}