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:
74
spec/unsupported_lexers/unixconfig/etc_shadow.txt
Normal file
74
spec/unsupported_lexers/unixconfig/etc_shadow.txt
Normal file
@ -0,0 +1,74 @@
|
||||
---input---
|
||||
root:$6$L95fNbtS$IZ8affe7h2B.DF81HZ:17262:0:14600:14:::
|
||||
#nobody:*:18375:0:99999:7:::
|
||||
bin:*:17110:0:99999:7:::
|
||||
user:$6$KmghZnvbZs7f3SQ9$H6f0M61q5Cf8JLrS0kR3M97/o6GzD6FH3MbLs92CM/l9mHZ7FngBzRfa8D5NrWl.K8nM64affeWrY/L0U7nBt/:19097:0:99999:7:::
|
||||
linoadmin:!!:17289:0:99999:7:::
|
||||
|
||||
---tokens---
|
||||
'root' Text
|
||||
':' Punctuation
|
||||
'$6$L95fNbtS$IZ8affe7h2B.DF81HZ' Literal.String
|
||||
':' Punctuation
|
||||
'17262' Literal.Number
|
||||
':' Punctuation
|
||||
'0' Literal.Number
|
||||
':' Punctuation
|
||||
'14600' Literal.Number
|
||||
':' Punctuation
|
||||
'14' Literal.Number
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#nobody:*:18375:0:99999:7:::' Comment
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'bin' Text
|
||||
':' Punctuation
|
||||
'*' Literal.String
|
||||
':' Punctuation
|
||||
'17110' Literal.Number
|
||||
':' Punctuation
|
||||
'0' Literal.Number
|
||||
':' Punctuation
|
||||
'99999' Literal.Number
|
||||
':' Punctuation
|
||||
'7' Literal.Number
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'user' Text
|
||||
':' Punctuation
|
||||
'$6$KmghZnvbZs7f3SQ9$H6f0M61q5Cf8JLrS0kR3M97/o6GzD6FH3MbLs92CM/l9mHZ7FngBzRfa8D5NrWl.K8nM64affeWrY/L0U7nBt/' Literal.String
|
||||
':' Punctuation
|
||||
'19097' Literal.Number
|
||||
':' Punctuation
|
||||
'0' Literal.Number
|
||||
':' Punctuation
|
||||
'99999' Literal.Number
|
||||
':' Punctuation
|
||||
'7' Literal.Number
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'linoadmin' Text
|
||||
':' Punctuation
|
||||
'!!' Literal.String
|
||||
':' Punctuation
|
||||
'17289' Literal.Number
|
||||
':' Punctuation
|
||||
'0' Literal.Number
|
||||
':' Punctuation
|
||||
'99999' Literal.Number
|
||||
':' Punctuation
|
||||
'7' Literal.Number
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
':' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user