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/simple-unordered-list.output.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/simple-unordered-list.output.txt')
-rw-r--r-- | test/simple-unordered-list.output.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/simple-unordered-list.output.txt b/test/simple-unordered-list.output.txt deleted file mode 100644 index 5634c4b..0000000 --- a/test/simple-unordered-list.output.txt +++ /dev/null @@ -1,2 +0,0 @@ -<ul><li> list item</li> -<li>list item 2</li></ul>
\ No newline at end of file |