From fdfbf550144ef69ecc6003760fbb39466ec08637 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 29 Jun 2025 12:26:27 +0200 Subject: Some basic function rewriting for matching different file types --- tests/note_files/augustine.md | 8 ++++++++ tests/note_files/betram.txt | 1 + tests/pdf-files/aristotle:rhetoric.txt | 0 3 files changed, 9 insertions(+) create mode 100644 tests/note_files/augustine.md create mode 100644 tests/note_files/betram.txt create mode 100644 tests/pdf-files/aristotle:rhetoric.txt (limited to 'tests') 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 -- cgit v1.2.3