mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
29 lines
512 B
Plaintext
29 lines
512 B
Plaintext
---input---
|
|
PS C:\> Get-ChildItem
|
|
|
|
PS> Get-ChildItem
|
|
|
|
PS > Get-ChildItem
|
|
|
|
---tokens---
|
|
'PS ' Name.Builtin
|
|
'C' Name
|
|
':' Punctuation
|
|
'\\' Punctuation
|
|
'>' Punctuation
|
|
' ' Text
|
|
'Get-ChildItem' Name.Builtin
|
|
'\n\n' Text
|
|
|
|
'PS' Name
|
|
'>' Punctuation
|
|
' ' Text
|
|
'Get-ChildItem' Name.Builtin
|
|
'\n\n' Text
|
|
|
|
'PS ' Name.Builtin
|
|
'>' Punctuation
|
|
' ' Text
|
|
'Get-ChildItem' Name.Builtin
|
|
'\n' Text
|