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/url\342\210\225emphasis-ambiguity.input.txt" | 1 - 1 file changed, 1 deletion(-) delete mode 100644 "test/url\342\210\225emphasis-ambiguity.input.txt" (limited to 'test/url∕emphasis-ambiguity.input.txt') diff --git "a/test/url\342\210\225emphasis-ambiguity.input.txt" "b/test/url\342\210\225emphasis-ambiguity.input.txt" deleted file mode 100644 index 4c29ff9..0000000 --- "a/test/url\342\210\225emphasis-ambiguity.input.txt" +++ /dev/null @@ -1 +0,0 @@ -This is an //italic// text. This is a url: http://www.wikicreole.org. This is what can go wrong://this should be an italic text//. \ No newline at end of file -- cgit v1.2.3