mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 22:53:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
128
spec/unsupported_lexers/markdown/test_setext_subheadings.txt
Normal file
128
spec/unsupported_lexers/markdown/test_setext_subheadings.txt
Normal file
@ -0,0 +1,128 @@
|
||||
---input---
|
||||
Setext subheadings:
|
||||
|
||||
Subheading
|
||||
-
|
||||
|
||||
Subheading
|
||||
----------
|
||||
|
||||
Subheading
|
||||
-----------
|
||||
|
||||
|
||||
These are NOT Setext subheadings:
|
||||
|
||||
|
||||
Subheading
|
||||
|
||||
Subheading
|
||||
_
|
||||
|
||||
Subheading
|
||||
---------
|
||||
|
||||
Subheading
|
||||
a---------
|
||||
|
||||
---------
|
||||
|
||||
-
|
||||
|
||||
Subheading
|
||||
----------Text
|
||||
|
||||
---tokens---
|
||||
'Setext' Text
|
||||
' ' Text
|
||||
'subheadings:' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Generic.Subheading
|
||||
'\n' Text
|
||||
|
||||
'-' Generic.Subheading
|
||||
'\n' Text
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Generic.Subheading
|
||||
'\n' Text
|
||||
|
||||
'----------' Generic.Subheading
|
||||
'\n' Text
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Generic.Subheading
|
||||
'\n' Text
|
||||
|
||||
'-----------' Generic.Subheading
|
||||
'\n' Text
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'These' Text
|
||||
' ' Text
|
||||
'are' Text
|
||||
' ' Text
|
||||
'NOT' Text
|
||||
' ' Text
|
||||
'Setext' Text
|
||||
' ' Text
|
||||
'subheadings:' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'_' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
' ' Text
|
||||
'---------' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'a---------' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'---------' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'-' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'Subheading' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'----------Text' Text
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user