diff options
| author | lukeflo | 2025-06-29 12:26:27 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-29 12:26:27 +0200 |
| commit | fdfbf550144ef69ecc6003760fbb39466ec08637 (patch) | |
| tree | c13a111fdfd18b1f078adb867ae69d1ab0de2ea4 /tests | |
| parent | 2e4ae7a05a73cb1df63343e14fbb8a5fd3c7bf41 (diff) | |
| download | bibiman-fdfbf550144ef69ecc6003760fbb39466ec08637.tar.gz bibiman-fdfbf550144ef69ecc6003760fbb39466ec08637.zip | |
Some basic function rewriting for matching different file types
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/note_files/augustine.md | 8 | ||||
| -rw-r--r-- | tests/note_files/betram.txt | 1 | ||||
| -rw-r--r-- | tests/pdf-files/aristotle:rhetoric.txt | 0 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/note_files/augustine.md b/tests/note_files/augustine.md new file mode 100644 index 0000000..7af8fa6 --- /dev/null +++ b/tests/note_files/augustine.md @@ -0,0 +1,8 @@ +--- +title: Notes about Augustine +author: Great scholar +--- + +# Augustine + +A crazy dude writing some interesting stuff diff --git a/tests/note_files/betram.txt b/tests/note_files/betram.txt new file mode 100644 index 0000000..54d31e5 --- /dev/null +++ b/tests/note_files/betram.txt @@ -0,0 +1 @@ +A simple text file with notes about this Betram dude diff --git a/tests/pdf-files/aristotle:rhetoric.txt b/tests/pdf-files/aristotle:rhetoric.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/pdf-files/aristotle:rhetoric.txt |
