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/h4.output.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/h4.output.txt (limited to 'test/h4.output.txt') diff --git a/test/h4.output.txt b/test/h4.output.txt deleted file mode 100644 index 74ac160..0000000 --- a/test/h4.output.txt +++ /dev/null @@ -1 +0,0 @@ -

Header

\ No newline at end of file -- cgit v1.2.3