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/multi-line-emphasis.input.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/multi-line-emphasis.input.txt (limited to 'test/multi-line-emphasis.input.txt') diff --git a/test/multi-line-emphasis.input.txt b/test/multi-line-emphasis.input.txt deleted file mode 100644 index 7dbeaa4..0000000 --- a/test/multi-line-emphasis.input.txt +++ /dev/null @@ -1,6 +0,0 @@ -Bold and italics should //be -able// to cross lines. - -But, should //not be... - -...able// to cross paragraphs. \ No newline at end of file -- cgit v1.2.3