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:
23
spec/unsupported_lexers/md/test_escape_italics.txt
Normal file
23
spec/unsupported_lexers/md/test_escape_italics.txt
Normal file
@ -0,0 +1,23 @@
|
||||
---input---
|
||||
\*no italics\*
|
||||
|
||||
\_ no italics \_
|
||||
|
||||
---tokens---
|
||||
'\\*' Text
|
||||
'no' Text
|
||||
' ' Text
|
||||
'italics' Text
|
||||
'\\*' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\\_' Text
|
||||
' ' Text
|
||||
'no' Text
|
||||
' ' Text
|
||||
'italics' Text
|
||||
' ' Text
|
||||
'\\_' Text
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user