mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-19 01:39:36 +00:00
Imported test cases from pygments
This commit is contained in:
19
tests/md/test_inline_code_after_block.txt
Normal file
19
tests/md/test_inline_code_after_block.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
---input---
|
||||
```
|
||||
code
|
||||
```
|
||||
* nocode
|
||||
* `code`
|
||||
|
||||
---tokens---
|
||||
'```\ncode\n```\n' Literal.String.Backtick
|
||||
|
||||
'*' Keyword
|
||||
' ' Text.Whitespace
|
||||
'nocode' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'*' Keyword
|
||||
' ' Text.Whitespace
|
||||
'`code`' Literal.String.Backtick
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user