This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/diff/normal.txt
2023-01-29 23:08:40 +01:00

38 lines
622 B
Text

---input---
1,2d0
< A
< A
4c2
< C
---
> F
5a4
> E
---tokens---
'1,2d0' Generic.Subheading
'\n' Text.Whitespace
'< A' Generic.Deleted
'\n' Text.Whitespace
'< A' Generic.Deleted
'\n' Text.Whitespace
'4c2' Generic.Subheading
'\n' Text.Whitespace
'< C' Generic.Deleted
'\n' Text.Whitespace
'---' Generic.Strong
'\n' Text.Whitespace
'> F' Generic.Inserted
'\n' Text.Whitespace
'5a4' Generic.Subheading
'\n' Text.Whitespace
'> E' Generic.Inserted
'\n' Text.Whitespace