mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
15
spec/unsupported_lexers/procfile/test_basic.txt
Normal file
15
spec/unsupported_lexers/procfile/test_basic.txt
Normal file
@ -0,0 +1,15 @@
|
||||
---input---
|
||||
task: executable --options
|
||||
$XDG_SESSION_PATH
|
||||
|
||||
---tokens---
|
||||
'task' Name.Label
|
||||
':' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'executable' Text
|
||||
' ' Text.Whitespace
|
||||
'--options' Text
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'$XDG_SESSION_PATH' Name.Variable
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user