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:
16
tests/md/test_code_block_with_language.txt
Normal file
16
tests/md/test_code_block_with_language.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
---input---
|
||||
```python
|
||||
import this
|
||||
```
|
||||
|
||||
---tokens---
|
||||
'```' Literal.String.Backtick
|
||||
'python' Literal.String.Backtick
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'import' Keyword.Namespace
|
||||
' ' Text
|
||||
'this' Name.Namespace
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'```\n' Literal.String.Backtick
|
Reference in New Issue
Block a user