summaryrefslogtreecommitdiff
path: root/tests/io_files/multiple_one_doc_error.yaml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-04-25 04:03:48 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-04-25 04:03:48 -0600
commit1b2d6aff6ccf72fdb292a1f05bb41bf9633a8f55 (patch)
tree435d5752fc5c50a3453e550c7f95f85b70d8ad2a /tests/io_files/multiple_one_doc_error.yaml
parent42a135329e69360745294e7bcdd4261318aeafc0 (diff)
refactor tests and add more typing
Diffstat (limited to 'tests/io_files/multiple_one_doc_error.yaml')
-rw-r--r--tests/io_files/multiple_one_doc_error.yaml48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/io_files/multiple_one_doc_error.yaml b/tests/io_files/multiple_one_doc_error.yaml
deleted file mode 100644
index 86f6546..0000000
--- a/tests/io_files/multiple_one_doc_error.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-%YAML 1.2
----
-define: &root "$PYSSG_HOME/pyssg/site_example/"
-
-title: "Example site"
-path:
- src: !join [*root, "src"]
- dst: !join [*root, "dst"]
- plt: !join [*root, "plt"]
- db: !join [*root, ".files"]
-url:
- main: "https://example.com"
- static: "https://static.example.com"
- default_image: "images/default.png"
-fmt:
- date: "%a, %b %d, %Y @ %H:%M %Z"
- list_date: "%b %d"
- list_sep_date: "%B %Y"
-dirs:
- /:
- cfg:
- plt: "page.html"
- tags: False
- index: False
- rss: False
- sitemap: False
- exclude_dirs: []
-...
----
-define: &root "$PYSSG_HOME/pyssg/site_example/"
-
-title: "Example site"
-path:
- src: !join [*root, "src"]
- dst: !join [*root, "dst"]
- plt: !join [*root, "plt"]
- db: !join [*root, ".files"]
-url:
- main: "https://example.com"
- static: "https://static.example.com"
- default_image: "images/default.png"
-fmt:
- date: "%a, %b %d, %Y @ %H:%M %Z"
- list_date: "%b %d"
- list_sep_date: "%B %Y"
-dirs:
- # just removing all paths as it will cause an error
-... \ No newline at end of file