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:
31
spec/unsupported_lexers/md/test_invalid_italics.txt
Normal file
31
spec/unsupported_lexers/md/test_invalid_italics.txt
Normal file
@ -0,0 +1,31 @@
|
||||
---input---
|
||||
*no italics_
|
||||
|
||||
_no italics*
|
||||
|
||||
**no italics**
|
||||
|
||||
__no italics__
|
||||
|
||||
---tokens---
|
||||
'*no' Text
|
||||
' ' Text
|
||||
'italics_' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'_no' Text
|
||||
' ' Text
|
||||
'italics*' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text
|
||||
|
||||
'**no italics**' Generic.Strong
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text
|
||||
|
||||
'__no italics__' Generic.Strong
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user