mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
21
spec/unsupported_lexers/md/test_italics_and_bold.txt
Normal file
21
spec/unsupported_lexers/md/test_italics_and_bold.txt
Normal file
@ -0,0 +1,21 @@
|
||||
---input---
|
||||
**bold** and *italics*
|
||||
|
||||
*italics* and **bold**
|
||||
|
||||
---tokens---
|
||||
'**bold**' Generic.Strong
|
||||
' ' Text
|
||||
'and' Text
|
||||
' ' Text
|
||||
'*italics*' Generic.Emph
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text
|
||||
|
||||
'*italics*' Generic.Emph
|
||||
' ' Text
|
||||
'and' Text
|
||||
' ' Text
|
||||
'**bold**' Generic.Strong
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user