From 2967d8f1b6636b46ec648e9efba2f79573c20da8 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 3 Feb 2024 23:39:15 +0100 Subject: test(creole): move creole tests to static data This removes *a ton* of code for dealing with reading files and what not. Now instead we just store the test cases as a huge array in the code. I have no idea why I didn't just do this from the start?? --- test/preformatted-block.input.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/preformatted-block.input.txt (limited to 'test/preformatted-block.input.txt') diff --git a/test/preformatted-block.input.txt b/test/preformatted-block.input.txt deleted file mode 100644 index 0ce854b..0000000 --- a/test/preformatted-block.input.txt +++ /dev/null @@ -1,3 +0,0 @@ -{{{ -Preformatted block -}}} \ No newline at end of file -- cgit v1.2.3