diff options
author | rsiddharth <s@ricketyspace.net> | 2018-01-02 00:34:32 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2018-01-02 00:36:38 +0000 |
commit | d9d4e31636da136be3a8dd60d507140e03c0cf6c (patch) | |
tree | 03b7a0debff2e636196b1c0d6a29ffcbed1f162c /tests/data/blexer-block-code.md | |
parent | 9df739fcf2e837d0131c8d468564b46f8c7adb98 (diff) |
md_tw.py: Add `TWBlockLexer.parse_block_code`.
* md_tw.py
(TWBlockLexer.parse_block_code): New method.
* tests/test_md_tw.py
(TestTWBlockLexer._parse)
(TestTWBlockLexer._validate): New private methods.
(TestTWBlockLexer.test_parse_block_code): New test.
* tests/data/blexer-block-code.md: New file.
Diffstat (limited to 'tests/data/blexer-block-code.md')
-rw-r--r-- | tests/data/blexer-block-code.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/blexer-block-code.md b/tests/data/blexer-block-code.md new file mode 100644 index 0000000..711763a --- /dev/null +++ b/tests/data/blexer-block-code.md @@ -0,0 +1,10 @@ +Let's have some chaos: + + $ echo 'Zap!' + $ rm -rf / + +> Some Jaromil art inside a block quote +> +> $ :(){:|:&};: +> +> For more look at jaramil.dyne.org. He's awesome. |