summaryrefslogtreecommitdiff
path: root/resources/test/parsers
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-04-07 11:26:12 +0200
committerAsko Nomm <asko@bien.ee>2022-04-07 11:26:12 +0200
commit7da1fada8dd795543e12c6aa0371cc1149a42be6 (patch)
treed7d49e298b3cb5eec809ad7ffd25d79230fc8225 /resources/test/parsers
parentc0c8a2e49d395b574c7a31727c06f315139d7336 (diff)
Add core overall test and fix code block ending being broken.
Diffstat (limited to 'resources/test/parsers')
-rw-r--r--resources/test/parsers/code_block_result.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/test/parsers/code_block_result.html b/resources/test/parsers/code_block_result.html
index e95e481..21b9214 100644
--- a/resources/test/parsers/code_block_result.html
+++ b/resources/test/parsers/code_block_result.html
@@ -35,4 +35,5 @@ function markdownToHTML(markdown) {
});
// And at last, join the blocks together for one big block.
- return parsedBlocks.join("");</code></pre> \ No newline at end of file
+ return parsedBlocks.join("");
+}</code></pre> \ No newline at end of file