diff options
author | Linnnus <[email protected]> | 2024-02-03 23:39:15 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-04 20:26:17 +0100 |
commit | 2967d8f1b6636b46ec648e9efba2f79573c20da8 (patch) | |
tree | 9f2f714f2e7eddd652bc72c8aabda8a1981b6d35 /test/raw-url.input.txt | |
parent | d38f82f6462af4e5aad6a2c776f5c00ce5b13c87 (diff) |
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??
Diffstat (limited to 'test/raw-url.input.txt')
-rw-r--r-- | test/raw-url.input.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/raw-url.input.txt b/test/raw-url.input.txt deleted file mode 100644 index 8ebd56b..0000000 --- a/test/raw-url.input.txt +++ /dev/null @@ -1 +0,0 @@ -http://example.com/examplepage
\ No newline at end of file |