diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-25 21:41:47 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-25 21:41:47 -0600 |
commit | c09b51be40444ef59809b6148184490bd4972004 (patch) | |
tree | e7a26edb44de41e85c937a0ad8c4b58145dc8849 /tests/io_files/md/a | |
parent | eae1a3a5f602e9c79e07f4b6c1b133dfd12e1d5c (diff) |
add database tests
Diffstat (limited to 'tests/io_files/md/a')
-rw-r--r-- | tests/io_files/md/a/__init__.py | 0 | ||||
-rw-r--r-- | tests/io_files/md/a/second.md | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/io_files/md/a/__init__.py b/tests/io_files/md/a/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/io_files/md/a/__init__.py diff --git a/tests/io_files/md/a/second.md b/tests/io_files/md/a/second.md new file mode 100644 index 0000000..cb4e333 --- /dev/null +++ b/tests/io_files/md/a/second.md @@ -0,0 +1,12 @@ +title: Second blog post for testing purposes +author: David Luévano + Someone Else +lang: en +summary: This is just a post used for testing (the second). +tags: test + english + short + update + multiple-author + +A second "blog entry" for testing purposes which uses multiple authors and is inside a subdirectory. |