From 16be83d0d01ae458958bf60955b4de36964f60d7 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 2 Mar 2023 09:29:22 -0800 Subject: [PATCH] Add text file that should be ignored to basic test folder journal. Makes tons of tests fail --- tests/data/journals/basic_folder/should-be-ignored.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/data/journals/basic_folder/should-be-ignored.txt diff --git a/tests/data/journals/basic_folder/should-be-ignored.txt b/tests/data/journals/basic_folder/should-be-ignored.txt new file mode 100644 index 00000000..6e34bf84 --- /dev/null +++ b/tests/data/journals/basic_folder/should-be-ignored.txt @@ -0,0 +1,4 @@ +[2022-03-02 9:25:00 AM] This file should be ignored. +This text file is in a folder journal's directory, but it's not in the file name format used by jrnl for folder journal entries, so it should be ignored. + +This file should not ever appear in a test. \ No newline at end of file